gml_to_geojson/example.geojson

17 lines
242 B
Plaintext
Raw Normal View History

2023-08-11 10:35:33 -04:00
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
]
]
},
"properties": {}
}
]
}