Skip to content

Commit d540bfc

Browse files
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.
1 parent c756654 commit d540bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/presets/attraction/big_wheel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"min_age"
1111
],
1212
"geometry": [
13-
"point"
13+
"point",
14+
"area"
1415
],
1516
"terms": [
1617
"ferris wheel",

0 commit comments

Comments
 (0)