Sha256: a370c0f4e12b461a049d1af52c5e482cf82da9e1b2c69afe2030067e89423d09

Contents?: true

Size: 791 Bytes

Versions: 3

Compression:

Stored size: 791 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

3 entries across 3 versions & 2 rubygems

Version Path
geekdaily-georuby-2.6.0 spec/data/geojson/feature_collection.json
georuby-2.5.2 spec/data/geojson/feature_collection.json
georuby-2.5.1 spec/data/geojson/feature_collection.json