From 60875e0a0b2bc6114a7f436dca6b47763f90cdef Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 5 May 2021 21:11:24 +1000 Subject: add targets to download existing addresses from OSM --- config/osmium-export-config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/osmium-export-config.json (limited to 'config') 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:*"] +} -- cgit v1.2.3