diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/osmium-export-config-names.json | 17 |
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"] +} |