osm-labo/counting_osm_objects/osmium_export_config.json
2025-11-26 17:28:34 +01:00

19 lines
240 B
JSON

{
"output": {
"format": "geojson"
},
"attributes": {
"type": true,
"id": true,
"version": false,
"timestamp": true,
"changeset": true,
"uid": true,
"user": true
},
"tags": {
"all": true
}
}