mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 08:16:55 +02:00
Allow attraction=big_wheel to be mapped as an area (#989)
As per wiki https://wiki.openstreetmap.org/wiki/Tag:attraction%3Dbig_wheel, this feature can also be mapped as an area and it is already used as such. So this fixes the validation to allow definiting is an area and remove warnings.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"min_age"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ferris wheel",
|
||||
|
||||
Reference in New Issue
Block a user