diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:11:24 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 21:11:24 +1000 |
commit | 60875e0a0b2bc6114a7f436dca6b47763f90cdef (patch) | |
tree | c0632525a9bf241d27780f3d32e1db3c5a3d7721 /config | |
parent | 742127c99d29e40815f8503cc4ff4d0649c86778 (diff) |
add targets to download existing addresses from OSM
Diffstat (limited to 'config')
-rw-r--r-- | config/osmium-export-config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/osmium-export-config.json b/config/osmium-export-config.json new file mode 100644 index 0000000..2c8033d --- /dev/null +++ b/config/osmium-export-config.json @@ -0,0 +1,18 @@ +{ + "attributes": { + "type": true, + "id": true, + "version": false, + "changeset": false, + "timestamp": false, + "uid": false, + "user": false, + "way_nodes": true + }, + "format_options": { + }, + "linear_tags": ["addr:interpolation"], + "area_tags": ["addr:housenumber"], + "exclude_tags": [], + "include_tags": ["addr:*"] +} |