Sha256: d75dca3dcce381ed5236b74c60d1eaf3ba5ad0fc02980465d4f64e837b3eb565

Contents?: true

Size: 210 Bytes

Versions: 11

Compression:

Stored size: 210 Bytes

Contents

{ "type": "GeometryCollection",
  "geometries": [
    { "type": "Point",
      "coordinates": [100.0, 0.0]
      },
    { "type": "LineString",
      "coordinates": [ [101.0, 0.0], [102.0, 1.0] ]
      }
  ]
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
terraformer-0.2.1 test/examples/geometry_collection.geojson
terraformer-0.2.0 test/examples/geometry_collection.geojson
terraformer-0.1.0 test/examples/geometry_collection.geojson
terraformer-0.0.9 test/examples/geometry_collection.geojson
terraformer-0.0.8 test/examples/geometry_collection.geojson
terraformer-0.0.7 test/examples/geometry_collection.geojson
terraformer-0.0.6 test/examples/geometry_collection.geojson
terraformer-0.0.4 test/examples/geometry_collection.geojson
terraformer-0.0.3 test/examples/geometry_collection.geojson
terraformer-0.0.2 test/examples/geometry_collection.geojson
terraformer-0.0.1 test/examples/geometry_collection.geojson