scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set.json

19 lines
325 B
JSON

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