From a923c9f996926c7543a48c6f77783eb51af17173 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 21:45:11 +1000 Subject: flag Vicmap complex data for manual maproulette review --- config/osmium-export-config-names.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/osmium-export-config-names.json (limited to 'config') diff --git a/config/osmium-export-config-names.json b/config/osmium-export-config-names.json new file mode 100644 index 0000000..4e8d82e --- /dev/null +++ b/config/osmium-export-config-names.json @@ -0,0 +1,17 @@ +{ + "attributes": { + "type": true, + "id": true, + "version": false, + "changeset": false, + "timestamp": false, + "uid": false, + "user": false, + "way_nodes": true + }, + "format_options": { + }, + "linear_tags": true, + "area_tags": true, + "include_tags": ["name"] +} -- cgit v1.2.3