scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set_filte...

24 lines
482 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.198339,
48.678843
]
},
"properties": {
"amenity": "charging_station",
"capacity": 12,
"reservation": "False",
"nom_amenageur": "Bob Lenon",
"siren_amenageur": "12345678",
"socket:typee": "no",
"socket:type2": "yes"
}
}
]
}