mapping-geojson-osm/output/my_converted_data_set.json

18 lines
272 B
JSON
Raw Normal View History

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
2023-08-18 11:39:40 +02:00
"properties": {
2023-08-18 12:08:25 +02:00
"name": "Bob"
2023-08-18 11:39:40 +02:00
}
}
]
}