aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 21:45:11 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-09 21:45:11 +1000
commita923c9f996926c7543a48c6f77783eb51af17173 (patch)
tree730441a8724d39e5f17ed98d0a36e0bf3f136b58 /config
parent73b447f31e78978849524bacf31d2a2a1c56d293 (diff)
flag Vicmap complex data for manual maproulette review
Diffstat (limited to 'config')
-rw-r--r--config/osmium-export-config-names.json17
1 files changed, 17 insertions, 0 deletions
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"]
+}