mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-28 10:51:44 +02:00
Remove area type for traffic_calming=island (#1076)
* Remove area type for traffic_calming=island * also disallow areas on generic traffic_calming=* preset see https://wiki.openstreetmap.org/w/index.php?title=Key:traffic_calming&oldid=2594288 --------- Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_calming": "*"
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"circle",
|
||||
|
||||
Reference in New Issue
Block a user