gml_to_geojson/example.geojson
Next-Generation Cities Institute 353f1fdd61 add base files
2023-08-11 10:35:33 -04:00

17 lines
242 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
]
]
},
"properties": {}
}
]
}