scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set.json

20 lines
327 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 13:45:31 +02:00
2.198339,
48.678843
2023-08-05 12:01:24 +02:00
]
},
"properties": {
2023-08-05 15:11:22 +02:00
"bicycle": "yes",
"scooter": "yes",
"motorcar": "no"
2023-08-05 12:01:24 +02:00
}
}
]
}