Skip to content

Commit 8fea688

Browse files
committed
update geotools to 8.3 release
1 parent 110723a commit 8fea688

21 files changed

Lines changed: 19 additions & 2 deletions

bin/geoscript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env ruby
2+
3+
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'geoscript'))
4+
require 'irb'
5+
IRB.start

lib/geoscript/feature/feature.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module GeoScript
2+
module Feature
3+
class Feature
4+
end
5+
end
6+
end

lib/geoscript/feature/field.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GeoScript
22
module Feature
3-
class Field < Struct.new(:name, :type, :proj);end
3+
Field = Struct.new(:name, :type, :proj)
44
end
55
end

lib/geoscript/feature/schema.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module GeoScript
2+
module Feature
3+
class Schema
4+
end
5+
end
6+
end

lib/geotools/gt-api-8.3.jar

143 KB
Binary file not shown.

lib/geotools/gt-coverage-8.3.jar

420 KB
Binary file not shown.

lib/geotools/gt-cql-8.3.jar

187 KB
Binary file not shown.

lib/geotools/gt-epsg-hsql-8.3.jar

1.9 MB
Binary file not shown.

lib/geotools/gt-geojson-8.3.jar

57 KB
Binary file not shown.

lib/geotools/gt-main-8.3.jar

1.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)