aboutsummaryrefslogtreecommitdiff
path: root/config/osmium-export-config-names.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/osmium-export-config-names.json')
-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"]
+}