aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 13:42:54 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 13:42:54 +1000
commitdfa35d39ba36c16f35bc99c24aa954d16caed4ee (patch)
treeb14e4e69d45abe93f3a517f678a439426cf2ed1b /config
parent91fa58f564e4c2fb24b1446e659e47701caea884 (diff)
way nodes not needed, and unset linear_tags to avoid duplicate features in named OSM etract
Diffstat (limited to 'config')
-rw-r--r--config/osmium-export-config-names.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/osmium-export-config-names.json b/config/osmium-export-config-names.json
index 4e8d82e..53ede7e 100644
--- a/config/osmium-export-config-names.json
+++ b/config/osmium-export-config-names.json
@@ -7,11 +7,10 @@
"timestamp": false,
"uid": false,
"user": false,
- "way_nodes": true
+ "way_nodes": false
},
"format_options": {
},
- "linear_tags": true,
"area_tags": true,
"include_tags": ["name"]
}