add history for zone command
This commit is contained in:
parent
2b07e6a4c6
commit
45df535a35
12 changed files with 1071 additions and 854 deletions
19
counting_osm_objects/osmium_export_config.json
Normal file
19
counting_osm_objects/osmium_export_config.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"output": {
|
||||
"format": "geojson"
|
||||
},
|
||||
"attributes": {
|
||||
"type": true,
|
||||
"id": true,
|
||||
"version": false,
|
||||
"timestamp": true,
|
||||
"changeset": true,
|
||||
"uid": true,
|
||||
"user": true
|
||||
},
|
||||
"tags": {
|
||||
"all": true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue