mapping-geojson-osm/output/my_converted_data_set.json
2023-08-18 11:25:02 +02:00

16 lines
243 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {}
}
]
}