scripts/mapping_geojson_to_osm_tags/output/my_converted_data_set.json

18 lines
280 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.198339,
48.678843
]
},
"properties": {
"reservation": "TRUE"
}
}
]
}