mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-31 07:09:52 +02:00
Support tags to skip.
This commit is contained in:
parent
d531d91a65
commit
15ab5e7d62
2 changed files with 45 additions and 15 deletions
|
@ -2207,7 +2207,7 @@ area_tags:
|
|||
- tags: {power: "compensator"}
|
||||
- tags: {power: "substation"}
|
||||
|
||||
tags_to_write:
|
||||
keys_to_write:
|
||||
- "STIF:zone"
|
||||
- "alt_name"
|
||||
- "artist_name"
|
||||
|
@ -2314,7 +2314,7 @@ prefix_to_write:
|
|||
- "website"
|
||||
- "wikipedia"
|
||||
|
||||
tags_to_skip:
|
||||
keys_to_skip:
|
||||
- "FIXME"
|
||||
- "attribution"
|
||||
- "building:levels"
|
||||
|
@ -2347,3 +2347,6 @@ prefix_to_skip:
|
|||
- "source"
|
||||
- "razed"
|
||||
- "removed"
|
||||
|
||||
tags_to_skip:
|
||||
highway: motorway_junction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue