Skip to content

Commit

Permalink
Allow attraction=big_wheel to be mapped as an area (#989)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andreadecorte authored Dec 15, 2023
1 parent c756654 commit d540bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/presets/attraction/big_wheel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"min_age"
],
"geometry": [
"point"
"point",
"area"
],
"terms": [
"ferris wheel",
Expand Down

0 comments on commit d540bfc

Please sign in to comment.