Sha256: 00b571c9587785a02dbd1931c199bd4e61b9c085cdf51c7dea7c88f7d08619bb

Contents?: true

Size: 803 Bytes

Versions: 13

Compression:

Stored size: 803 Bytes

Contents

{ "type": "FeatureCollection",
  "features": [
    { "type": "Feature",
      "geometry": {"type": "Point", "coordinates": [102.0, 0.5]},
      "properties": {"prop0": "value0"}
      },
    { "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]
          ]
        },
      "properties": {
        "prop0": "value0",
        "prop1": 0.0
        }
      },
    { "type": "Feature",
       "geometry": {
         "type": "Polygon",
         "coordinates": [
           [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0],
             [100.0, 1.0], [100.0, 0.0] ]
           ]
       },
       "properties": {
         "prop0": "value0",
         "prop1": {"this": "that"}
         }
       }
     ]
   }

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
georuby-2.3.0 spec/data/geojson/feature_collection.json
georuby-2.2.1 spec/data/geojson/feature_collection.json
georuby-2.2.0 spec/data/geojson/feature_collection.json
georuby-2.0.0 spec/data/geojson/feature_collection.json
georuby-1.9.9 spec/data/geojson/feature_collection.json
georuby-1.9.8 spec/data/geojson/feature_collection.json
georuby-1.9.7 spec/data/geojson/feature_collection.json
georuby-1.9.6 spec/data/geojson/feature_collection.json
georuby-1.9.5 spec/data/geojson/feature_collection.json
georuby-1.9.3 spec/data/geojson/feature_collection.json
nofxx-georuby-1.9.2 spec/data/geojson/feature_collection.json
nofxx-georuby-1.9.1 spec/data/geojson/feature_collection.json
nofxx-georuby-1.9.0 spec/data/geojson/feature_collection.json