scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set_filte...

19 lines
351 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.198339,
48.678843
]
},
"properties": {
"goal": "jeu de données pour tester la mapping engine",
"station_deux_roues": "yes"
}
}
]
}