#8644 closed defect (fixed)
[Patch] Wrong preset for "Reitplatz"
Reported by: | NopMap | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | latest |
Keywords: | Cc: | imagic |
Description
The preset for "Reitplatz" uses the tags sport=equestrian, leisure=horse_riding.
It should be leisure=pitch, sport=equestrian. Just the same like all other sports.
http://wiki.openstreetmap.org/wiki/Pitch
http://wiki.openstreetmap.org/wiki/Reitplatz#St.C3.A4lle_und_Reitanlagen
Attachments (2)
Change History (14)
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
At least the German translation of leisure=track/
do not really work.pitch
comment:3 by , 12 years ago
Summary: | Wrong preset for "Reitplatz" → [Patch] Wrong preset for "Reitplatz" |
---|
Please find a patch attached.
Think translation for value track
needs different cases for highway=track
and leisure=track
. Do not know how to change this in Launchpad and I suffer lots of timeout errors.
follow-up: 5 comment:4 by , 12 years ago
You need to add a context to the preset to one of the two. Then they will get different in launchpad.
For timeouts, you can increase Bug-Heat for https://bugs.launchpad.net/bugs/736005.
comment:5 by , 12 years ago
Replying to stoecker:
You need to add a context to the preset to one of the two. Then they will get different in launchpad.
Do not really understand. Do you mean I need to add "track" as context to one preset.
Just noticed that my patch is needing some context for leisure=horse_riding
to mark the difference.
For timeouts, you can increase Bug-Heat for https://bugs.launchpad.net/bugs/736005.
Done.
comment:6 by , 12 years ago
One problem is that leisure=track
is named "Racetrack" in the preset. (line 4006,r5914)
follow-up: 8 comment:7 by , 12 years ago
There is a key values_context="context" for values, name_context for name entries, ... (see TaggingPresets).
E.g. add add values_context="riding" to the horse related presets.
comment:8 by , 12 years ago
Replying to stoecker:
There is a key values_context="context" for values, name_context for name entries, ... (see TaggingPresets).
E.g. add add values_context="riding" to the horse related presets.
Thanks.
I fear we need some values_context for track.
Replying to NopMap:
The whole situation is a bit unclear:
leisure=horse_riding
redirects to a proposed features "Riding Stable" and was created last autumn by a certain user who added several horse-specific tags in this period.leisure=horse_riding
is only used for nodes but forsport=horse_racing
leisure=pitch
is used andleisure=track
is not even mentioned.