scripts/mapping_geojson_to_osm_tags/etalab_data/small.json

22 lines
442 B
JSON
Raw Normal View History

2023-07-31 23:01:41 +02:00
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"nom_amenageur": "ELECTRA",
"siren_amenageur": "891624884",
"consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne",
2023-08-02 13:20:50 +02:00
"consolidated_is_lon_lat_correct": true
2023-07-31 23:01:41 +02:00
}
}
]
}