aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/osmium-export-config.json18
1 files changed, 18 insertions, 0 deletions
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:*"]
+}