coronamap/node_modules/geojson-fixtures/data/geometry/geometrycollection.geojson
2022-08-06 08:12:21 -07:00

10 lines
No EOL
229 B
JSON

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