rgeo 0.1.22 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. data/History.rdoc +31 -0
  2. data/README.rdoc +53 -59
  3. data/Spatial_Programming_With_RGeo.rdoc +120 -67
  4. data/Version +1 -1
  5. data/ext/proj4_c_impl/extconf.rb +1 -1
  6. data/lib/rgeo.rb +80 -87
  7. data/lib/rgeo/cartesian.rb +0 -10
  8. data/lib/rgeo/coord_sys.rb +0 -7
  9. data/lib/rgeo/coord_sys/proj4.rb +2 -2
  10. data/lib/rgeo/error.rb +2 -6
  11. data/lib/rgeo/feature.rb +0 -7
  12. data/lib/rgeo/feature/curve.rb +5 -5
  13. data/lib/rgeo/feature/factory.rb +45 -5
  14. data/lib/rgeo/feature/factory_generator.rb +2 -4
  15. data/lib/rgeo/feature/geometry.rb +97 -27
  16. data/lib/rgeo/feature/geometry_collection.rb +3 -3
  17. data/lib/rgeo/feature/line_string.rb +3 -3
  18. data/lib/rgeo/feature/multi_curve.rb +2 -2
  19. data/lib/rgeo/feature/multi_surface.rb +3 -3
  20. data/lib/rgeo/feature/point.rb +6 -6
  21. data/lib/rgeo/feature/polygon.rb +4 -4
  22. data/lib/rgeo/feature/surface.rb +3 -3
  23. data/lib/rgeo/geographic.rb +0 -11
  24. data/lib/rgeo/geographic/factory.rb +5 -2
  25. data/lib/rgeo/geographic/interface.rb +1 -1
  26. data/lib/rgeo/geos.rb +0 -7
  27. data/lib/rgeo/geos/factory.rb +1 -1
  28. data/lib/rgeo/impl_helper.rb +0 -7
  29. data/lib/rgeo/wkrep.rb +0 -7
  30. data/lib/rgeo/wkrep/wkb_parser.rb +2 -2
  31. data/test/tc_oneoff.rb +0 -1
  32. metadata +7 -155
  33. data/lib/active_record/connection_adapters/mysql2spatial_adapter.rb +0 -124
  34. data/lib/active_record/connection_adapters/mysqlspatial_adapter.rb +0 -136
  35. data/lib/active_record/connection_adapters/postgis_adapter.rb +0 -426
  36. data/lib/active_record/connection_adapters/spatialite_adapter.rb +0 -488
  37. data/lib/rgeo/active_record/arel_modifications.rb +0 -78
  38. data/lib/rgeo/active_record/base_modifications.rb +0 -124
  39. data/lib/rgeo/active_record/common.rb +0 -166
  40. data/lib/rgeo/active_record/mysql_common.rb +0 -150
  41. data/lib/rgeo/all.rb +0 -49
  42. data/lib/rgeo/geo_json.rb +0 -60
  43. data/lib/rgeo/geo_json/coder.rb +0 -401
  44. data/lib/rgeo/geo_json/entities.rb +0 -285
  45. data/lib/rgeo/geo_json/interface.rb +0 -129
  46. data/lib/rgeo/shapefile.rb +0 -60
  47. data/lib/rgeo/shapefile/reader.rb +0 -898
  48. data/test/active_record/common_setup_methods.rb +0 -129
  49. data/test/active_record/readme.txt +0 -43
  50. data/test/active_record/tc_mysqlspatial.rb +0 -170
  51. data/test/active_record/tc_postgis.rb +0 -282
  52. data/test/active_record/tc_spatialite.rb +0 -198
  53. data/test/shapefile/shapelib_testcases/readme.txt +0 -11
  54. data/test/shapefile/shapelib_testcases/test.dbf +0 -0
  55. data/test/shapefile/shapelib_testcases/test.shp +0 -0
  56. data/test/shapefile/shapelib_testcases/test.shx +0 -0
  57. data/test/shapefile/shapelib_testcases/test0.shp +0 -0
  58. data/test/shapefile/shapelib_testcases/test0.shx +0 -0
  59. data/test/shapefile/shapelib_testcases/test1.shp +0 -0
  60. data/test/shapefile/shapelib_testcases/test1.shx +0 -0
  61. data/test/shapefile/shapelib_testcases/test10.shp +0 -0
  62. data/test/shapefile/shapelib_testcases/test10.shx +0 -0
  63. data/test/shapefile/shapelib_testcases/test11.shp +0 -0
  64. data/test/shapefile/shapelib_testcases/test11.shx +0 -0
  65. data/test/shapefile/shapelib_testcases/test12.shp +0 -0
  66. data/test/shapefile/shapelib_testcases/test12.shx +0 -0
  67. data/test/shapefile/shapelib_testcases/test13.shp +0 -0
  68. data/test/shapefile/shapelib_testcases/test13.shx +0 -0
  69. data/test/shapefile/shapelib_testcases/test2.shp +0 -0
  70. data/test/shapefile/shapelib_testcases/test2.shx +0 -0
  71. data/test/shapefile/shapelib_testcases/test3.shp +0 -0
  72. data/test/shapefile/shapelib_testcases/test3.shx +0 -0
  73. data/test/shapefile/shapelib_testcases/test4.shp +0 -0
  74. data/test/shapefile/shapelib_testcases/test4.shx +0 -0
  75. data/test/shapefile/shapelib_testcases/test5.shp +0 -0
  76. data/test/shapefile/shapelib_testcases/test5.shx +0 -0
  77. data/test/shapefile/shapelib_testcases/test6.shp +0 -0
  78. data/test/shapefile/shapelib_testcases/test6.shx +0 -0
  79. data/test/shapefile/shapelib_testcases/test7.shp +0 -0
  80. data/test/shapefile/shapelib_testcases/test7.shx +0 -0
  81. data/test/shapefile/shapelib_testcases/test8.shp +0 -0
  82. data/test/shapefile/shapelib_testcases/test8.shx +0 -0
  83. data/test/shapefile/shapelib_testcases/test9.shp +0 -0
  84. data/test/shapefile/shapelib_testcases/test9.shx +0 -0
  85. data/test/shapefile/tc_shapelib_tests.rb +0 -527
  86. data/test/tc_geojson.rb +0 -279
@@ -94,7 +94,7 @@ module RGeo
94
94
  # Returns an object that supports the LinearRing interface.
95
95
 
96
96
  def exterior_ring
97
- raise Error::UnsupportedCapability, "Method Polygon#exterior_ring not defined."
97
+ raise Error::UnsupportedOperation, "Method Polygon#exterior_ring not defined."
98
98
  end
99
99
 
100
100
 
@@ -107,7 +107,7 @@ module RGeo
107
107
  # Returns an integer.
108
108
 
109
109
  def num_interior_rings
110
- raise Error::UnsupportedCapability, "Method Polygon#num_interior_rings not defined."
110
+ raise Error::UnsupportedOperation, "Method Polygon#num_interior_rings not defined."
111
111
  end
112
112
 
113
113
 
@@ -121,7 +121,7 @@ module RGeo
121
121
  # if the given n is out of range.
122
122
 
123
123
  def interior_ring_n(n_)
124
- raise Error::UnsupportedCapability, "Method Polygon#interior_ring_n not defined."
124
+ raise Error::UnsupportedOperation, "Method Polygon#interior_ring_n not defined."
125
125
  end
126
126
 
127
127
 
@@ -129,7 +129,7 @@ module RGeo
129
129
  # that support the LinearRing interface.
130
130
 
131
131
  def interior_rings
132
- raise Error::UnsupportedCapability, "Method Polygon#interior_rings not defined."
132
+ raise Error::UnsupportedOperation, "Method Polygon#interior_rings not defined."
133
133
  end
134
134
 
135
135
 
@@ -83,7 +83,7 @@ module RGeo
83
83
  # Returns a floating-point scalar value.
84
84
 
85
85
  def area
86
- raise Error::UnsupportedCapability, "Method Surface#area not defined."
86
+ raise Error::UnsupportedOperation, "Method Surface#area not defined."
87
87
  end
88
88
 
89
89
 
@@ -97,7 +97,7 @@ module RGeo
97
97
  # Returns an object that supports the Point interface.
98
98
 
99
99
  def centroid
100
- raise Error::UnsupportedCapability, "Method Surface#centroid not defined."
100
+ raise Error::UnsupportedOperation, "Method Surface#centroid not defined."
101
101
  end
102
102
 
103
103
 
@@ -110,7 +110,7 @@ module RGeo
110
110
  # Returns an object that supports the Point interface.
111
111
 
112
112
  def point_on_surface
113
- raise Error::UnsupportedCapability, "Method Surface#point_on_surface not defined."
113
+ raise Error::UnsupportedOperation, "Method Surface#point_on_surface not defined."
114
114
  end
115
115
 
116
116
 
@@ -34,10 +34,6 @@
34
34
  ;
35
35
 
36
36
 
37
- # Parent file
38
- require 'rgeo'
39
-
40
-
41
37
  module RGeo
42
38
 
43
39
 
@@ -66,13 +62,6 @@ module RGeo
66
62
  end
67
63
 
68
64
 
69
- # Dependency files
70
- require 'rgeo/feature'
71
- require 'rgeo/coord_sys'
72
- require 'rgeo/wkrep'
73
- require 'rgeo/impl_helper'
74
- require 'rgeo/cartesian'
75
-
76
65
  # Implementation files.
77
66
  require 'rgeo/geographic/factory'
78
67
  require 'rgeo/geographic/projected_window'
@@ -143,7 +143,9 @@ module RGeo
143
143
  # Returns true if this factory supports a projection and the
144
144
  # projection wraps its x (easting) direction. For example, a
145
145
  # Mercator projection wraps, but a local projection that is valid
146
- # only for a small area does not wrap.
146
+ # only for a small area does not wrap. Returns nil if this factory
147
+ # does not support or a projection, or if it is not known whether
148
+ # or not it wraps.
147
149
 
148
150
  def projection_wraps?
149
151
  @projector ? @projector.wraps? : nil
@@ -152,7 +154,8 @@ module RGeo
152
154
 
153
155
  # Returns a ProjectedWindow specifying the limits of the domain of
154
156
  # the projection space.
155
- # Returns nil if this factory does not support a projection.
157
+ # Returns nil if this factory does not support a projection, or the
158
+ # projection limits are not known.
156
159
 
157
160
  def projection_limits_window
158
161
  if @projector
@@ -240,7 +240,7 @@ module RGeo
240
240
 
241
241
  def projected_factory(opts_={})
242
242
  unless CoordSys::Proj4.supported?
243
- raise Error::UnsupportedCapability, "Proj4 is not supported because the proj4 library was not found at install time."
243
+ raise Error::UnsupportedOperation, "Proj4 is not supported because the proj4 library was not found at install time."
244
244
  end
245
245
  if (projection_factory_ = opts_[:projection_factory])
246
246
  projection_proj4_ = projection_factory_.proj4
@@ -34,10 +34,6 @@
34
34
  ;
35
35
 
36
36
 
37
- # Parent file
38
- require 'rgeo'
39
-
40
-
41
37
  module RGeo
42
38
 
43
39
 
@@ -65,9 +61,6 @@ module RGeo
65
61
  end
66
62
 
67
63
 
68
- # Dependency files
69
- require 'rgeo/feature'
70
-
71
64
  # Implementation files
72
65
  require 'rgeo/geos/factory'
73
66
  require 'rgeo/geos/interface'
@@ -62,7 +62,7 @@ module RGeo
62
62
  flags_ |= 2 if opts_[:has_z_coordinate]
63
63
  flags_ |= 4 if opts_[:has_m_coordinate]
64
64
  if flags_ & 6 == 6
65
- raise Error::UnsupportedCapability, "GEOS cannot support both Z and M coordinates at the same time."
65
+ raise Error::UnsupportedOperation, "GEOS cannot support both Z and M coordinates at the same time."
66
66
  end
67
67
  buffer_resolution_ = opts_[:buffer_resolution].to_i
68
68
  buffer_resolution_ = 1 if buffer_resolution_ < 1
@@ -34,10 +34,6 @@
34
34
  ;
35
35
 
36
36
 
37
- # Parent file
38
- require 'rgeo'
39
-
40
-
41
37
  module RGeo
42
38
 
43
39
 
@@ -48,9 +44,6 @@ module RGeo
48
44
  end
49
45
 
50
46
 
51
- # Dependency files
52
- require 'rgeo/feature'
53
-
54
47
  # Implementation files
55
48
  require 'rgeo/impl_helper/math'
56
49
  require 'rgeo/impl_helper/basic_geometry_methods'
@@ -34,10 +34,6 @@
34
34
  ;
35
35
 
36
36
 
37
- # Parent file
38
- require 'rgeo'
39
-
40
-
41
37
  module RGeo
42
38
 
43
39
 
@@ -69,9 +65,6 @@ module RGeo
69
65
  end
70
66
 
71
67
 
72
- # Dependency files
73
- require 'rgeo/feature'
74
-
75
68
  # Implementation files
76
69
  require 'rgeo/wkrep/wkt_parser'
77
70
  require 'rgeo/wkrep/wkt_generator'
@@ -222,10 +222,10 @@ module RGeo
222
222
  @cur_srid = srid_
223
223
  @cur_factory = @factory_generator.call(:srid => @cur_srid, :has_z_coordinate => has_z_, :has_m_coordinate => has_m_)
224
224
  if @cur_has_z && !@cur_factory.property(:has_z_coordinate)
225
- raise Error::ParseError, "Data has Z coordinates but the factory doesn't have z_coordinate capability"
225
+ raise Error::ParseError, "Data has Z coordinates but the factory doesn't have Z coordinates"
226
226
  end
227
227
  if @cur_has_m && !@cur_factory.property(:has_m_coordinate)
228
- raise Error::ParseError, "Data has M coordinates but the factory doesn't have m_coordinate capability"
228
+ raise Error::ParseError, "Data has M coordinates but the factory doesn't have M coordinates"
229
229
  end
230
230
  end
231
231
  case type_code_
@@ -50,7 +50,6 @@ module RGeo
50
50
  @projected_factory = ::RGeo::Geographic.projected_factory(:projection_proj4 => '+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs', :projection_srid => 3857, :has_z_coordinate => true)
51
51
  @geos_factory = ::RGeo::Geos.factory(:srid => 4326, :has_z_coordinate => true)
52
52
  @cartesian_factory = ::RGeo::Cartesian.simple_factory(:srid => 1, :has_z_coordinate => true)
53
- @entity_factory = ::RGeo::GeoJSON::EntityFactory.instance
54
53
  end
55
54
 
56
55
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 22
9
- version: 0.1.22
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Azuma
@@ -14,100 +14,11 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-06 00:00:00 -08:00
17
+ date: 2010-12-07 00:00:00 -08:00
18
18
  default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: activerecord
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 3
30
- - 0
31
- - 3
32
- version: 3.0.3
33
- type: :development
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: arel
37
- prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 2
45
- - 0
46
- - 3
47
- version: 2.0.3
48
- type: :development
49
- version_requirements: *id002
50
- - !ruby/object:Gem::Dependency
51
- name: mysql
52
- prerelease: false
53
- requirement: &id003 !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
56
- - - ">="
57
- - !ruby/object:Gem::Version
58
- segments:
59
- - 2
60
- - 8
61
- - 1
62
- version: 2.8.1
63
- type: :development
64
- version_requirements: *id003
65
- - !ruby/object:Gem::Dependency
66
- name: mysql2
67
- prerelease: false
68
- requirement: &id004 !ruby/object:Gem::Requirement
69
- none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- segments:
74
- - 0
75
- - 6
76
- - 2
77
- version: 0.6.2
78
- type: :development
79
- version_requirements: *id004
80
- - !ruby/object:Gem::Dependency
81
- name: json
82
- prerelease: false
83
- requirement: &id005 !ruby/object:Gem::Requirement
84
- none: false
85
- requirements:
86
- - - ">="
87
- - !ruby/object:Gem::Version
88
- segments:
89
- - 1
90
- - 4
91
- - 6
92
- version: 1.4.6
93
- type: :development
94
- version_requirements: *id005
95
- - !ruby/object:Gem::Dependency
96
- name: dbf
97
- prerelease: false
98
- requirement: &id006 !ruby/object:Gem::Requirement
99
- none: false
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- segments:
104
- - 1
105
- - 5
106
- - 2
107
- version: 1.5.2
108
- type: :development
109
- version_requirements: *id006
110
- description: RGeo is a spatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. It also provides a suite of useful tools for writing location-based applications using Ruby-based frameworks such as Ruby On Rails.
19
+ dependencies: []
20
+
21
+ description: RGeo is a spatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. A number of add-on modules are also available to help with writing location-based applications using Ruby-based frameworks such as Ruby On Rails.
111
22
  email: dazuma@gmail.com
112
23
  executables: []
113
24
 
@@ -119,15 +30,6 @@ extra_rdoc_files:
119
30
  - README.rdoc
120
31
  - Spatial_Programming_With_RGeo.rdoc
121
32
  files:
122
- - lib/active_record/connection_adapters/mysql2spatial_adapter.rb
123
- - lib/active_record/connection_adapters/mysqlspatial_adapter.rb
124
- - lib/active_record/connection_adapters/postgis_adapter.rb
125
- - lib/active_record/connection_adapters/spatialite_adapter.rb
126
- - lib/rgeo/active_record/arel_modifications.rb
127
- - lib/rgeo/active_record/base_modifications.rb
128
- - lib/rgeo/active_record/common.rb
129
- - lib/rgeo/active_record/mysql_common.rb
130
- - lib/rgeo/all.rb
131
33
  - lib/rgeo/cartesian/analysis.rb
132
34
  - lib/rgeo/cartesian/bounding_box.rb
133
35
  - lib/rgeo/cartesian/calculations.rb
@@ -157,10 +59,6 @@ files:
157
59
  - lib/rgeo/feature/surface.rb
158
60
  - lib/rgeo/feature/types.rb
159
61
  - lib/rgeo/feature.rb
160
- - lib/rgeo/geo_json/coder.rb
161
- - lib/rgeo/geo_json/entities.rb
162
- - lib/rgeo/geo_json/interface.rb
163
- - lib/rgeo/geo_json.rb
164
62
  - lib/rgeo/geographic/factory.rb
165
63
  - lib/rgeo/geographic/interface.rb
166
64
  - lib/rgeo/geographic/proj4_projector.rb
@@ -185,8 +83,6 @@ files:
185
83
  - lib/rgeo/impl_helper/basic_polygon_methods.rb
186
84
  - lib/rgeo/impl_helper/math.rb
187
85
  - lib/rgeo/impl_helper.rb
188
- - lib/rgeo/shapefile/reader.rb
189
- - lib/rgeo/shapefile.rb
190
86
  - lib/rgeo/version.rb
191
87
  - lib/rgeo/wkrep/wkb_generator.rb
192
88
  - lib/rgeo/wkrep/wkb_parser.rb
@@ -197,10 +93,6 @@ files:
197
93
  - History.rdoc
198
94
  - README.rdoc
199
95
  - Spatial_Programming_With_RGeo.rdoc
200
- - test/active_record/common_setup_methods.rb
201
- - test/active_record/tc_mysqlspatial.rb
202
- - test/active_record/tc_postgis.rb
203
- - test/active_record/tc_spatialite.rb
204
96
  - test/common/geometry_collection_tests.rb
205
97
  - test/common/line_string_tests.rb
206
98
  - test/common/multi_line_string_tests.rb
@@ -226,7 +118,6 @@ files:
226
118
  - test/projected_geographic/tc_multi_polygon.rb
227
119
  - test/projected_geographic/tc_point.rb
228
120
  - test/projected_geographic/tc_polygon.rb
229
- - test/shapefile/tc_shapelib_tests.rb
230
121
  - test/simple_cartesian/tc_calculations.rb
231
122
  - test/simple_cartesian/tc_geometry_collection.rb
232
123
  - test/simple_cartesian/tc_line_string.rb
@@ -252,45 +143,11 @@ files:
252
143
  - test/spherical_geographic/tc_point.rb
253
144
  - test/spherical_geographic/tc_polygon.rb
254
145
  - test/tc_cartesian_analysis.rb
255
- - test/tc_geojson.rb
256
146
  - test/tc_oneoff.rb
257
147
  - test/wkrep/tc_wkb_generator.rb
258
148
  - test/wkrep/tc_wkb_parser.rb
259
149
  - test/wkrep/tc_wkt_generator.rb
260
150
  - test/wkrep/tc_wkt_parser.rb
261
- - test/active_record/readme.txt
262
- - test/shapefile/shapelib_testcases/readme.txt
263
- - test/shapefile/shapelib_testcases/test.shp
264
- - test/shapefile/shapelib_testcases/test0.shp
265
- - test/shapefile/shapelib_testcases/test1.shp
266
- - test/shapefile/shapelib_testcases/test10.shp
267
- - test/shapefile/shapelib_testcases/test11.shp
268
- - test/shapefile/shapelib_testcases/test12.shp
269
- - test/shapefile/shapelib_testcases/test13.shp
270
- - test/shapefile/shapelib_testcases/test2.shp
271
- - test/shapefile/shapelib_testcases/test3.shp
272
- - test/shapefile/shapelib_testcases/test4.shp
273
- - test/shapefile/shapelib_testcases/test5.shp
274
- - test/shapefile/shapelib_testcases/test6.shp
275
- - test/shapefile/shapelib_testcases/test7.shp
276
- - test/shapefile/shapelib_testcases/test8.shp
277
- - test/shapefile/shapelib_testcases/test9.shp
278
- - test/shapefile/shapelib_testcases/test.shx
279
- - test/shapefile/shapelib_testcases/test0.shx
280
- - test/shapefile/shapelib_testcases/test1.shx
281
- - test/shapefile/shapelib_testcases/test10.shx
282
- - test/shapefile/shapelib_testcases/test11.shx
283
- - test/shapefile/shapelib_testcases/test12.shx
284
- - test/shapefile/shapelib_testcases/test13.shx
285
- - test/shapefile/shapelib_testcases/test2.shx
286
- - test/shapefile/shapelib_testcases/test3.shx
287
- - test/shapefile/shapelib_testcases/test4.shx
288
- - test/shapefile/shapelib_testcases/test5.shx
289
- - test/shapefile/shapelib_testcases/test6.shx
290
- - test/shapefile/shapelib_testcases/test7.shx
291
- - test/shapefile/shapelib_testcases/test8.shx
292
- - test/shapefile/shapelib_testcases/test9.shx
293
- - test/shapefile/shapelib_testcases/test.dbf
294
151
  - ext/geos_c_impl/extconf.rb
295
152
  - ext/proj4_c_impl/extconf.rb
296
153
  - ext/geos_c_impl/factory.c
@@ -344,9 +201,6 @@ signing_key:
344
201
  specification_version: 3
345
202
  summary: RGeo is a spatial data library for Ruby.
346
203
  test_files:
347
- - test/active_record/tc_mysqlspatial.rb
348
- - test/active_record/tc_postgis.rb
349
- - test/active_record/tc_spatialite.rb
350
204
  - test/coord_sys/tc_proj4.rb
351
205
  - test/geos/tc_factory.rb
352
206
  - test/geos/tc_geometry_collection.rb
@@ -365,7 +219,6 @@ test_files:
365
219
  - test/projected_geographic/tc_multi_polygon.rb
366
220
  - test/projected_geographic/tc_point.rb
367
221
  - test/projected_geographic/tc_polygon.rb
368
- - test/shapefile/tc_shapelib_tests.rb
369
222
  - test/simple_cartesian/tc_calculations.rb
370
223
  - test/simple_cartesian/tc_geometry_collection.rb
371
224
  - test/simple_cartesian/tc_line_string.rb
@@ -391,7 +244,6 @@ test_files:
391
244
  - test/spherical_geographic/tc_point.rb
392
245
  - test/spherical_geographic/tc_polygon.rb
393
246
  - test/tc_cartesian_analysis.rb
394
- - test/tc_geojson.rb
395
247
  - test/tc_oneoff.rb
396
248
  - test/wkrep/tc_wkb_generator.rb
397
249
  - test/wkrep/tc_wkb_parser.rb