Opened 11 years ago
Closed 9 years ago
#9593 closed enhancement (fixed)
Detect sports without physical features
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.02 |
Component: | Core validator | Version: | |
Keywords: | Cc: | simon04 |
Description (last modified by )
[]From osmwiki:Key:sport, we should detect sport
tags without a valid physical feature in that list:
leisure=sports_centre
leisure=stadium
leisure=track
(athletics, cycling, horse_racing, ...)leisure=pitch
leisure=golf_course
(golf, jogging, walking, ...)leisure=water_park
leisure=swimming_pool
(swimming, diving, gymnastics, ...)natural=beach
natural=bare_rock
landuse=recreation_ground
landuse=piste
(skiing, hiking, paragliding, ...)tourism=hotel
(swimming, golf, tennis, ...)amenity=restaurant
(10pin, ...)amenity=pub
(billiard, darts, pinball, table_soccer ...)
This is a common mapping error. Maybe this list is not complete however.
Attachments (0)
Change History (14)
comment:6 by , 11 years ago
The warning still fires on the leisure=track + sport=*. It looks like it is missing from the patch. Can you check if all the values are in as in the ticket description?
comment:9 by , 11 years ago
Resolution: | fixed → needinfo |
---|
comment:10 by , 11 years ago
Resolution: | needinfo → fixed |
---|
comment:11 by , 10 years ago
Hi,
please add "natural=cliff" to the list of valid physical features.
Otherwise tagging it with sport=climbing give a warning message
comment:12 by , 9 years ago
I would suggest also modifying the script so "disused" variants are taken into account. Currently I tagged a "disused:leisure=pitch" and I get the error message.
comment:13 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:14 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Please don't reopen old tickets and create a new one instead. Thanks.
this does not work:
what's the good way of writing several "tag not present or not in a list" conditions ?