scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set.json

18 lines
288 B
JSON
Raw Normal View History

{
"type": "FeatureCollection",
2023-08-05 12:01:24 +02:00
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2023-08-05 16:06:44 +02:00
4.822159,
45.635079
2023-08-05 12:01:24 +02:00
]
},
"properties": {
2023-08-05 17:24:40 +02:00
"amenity": "charging_station"
2023-08-05 12:01:24 +02:00
}
}
]
}