Changes between Initial Version and Version 1 of Ticket #9011


Ignore:
Timestamp:
2013-08-24T15:53:22+02:00 (12 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9011 – Description

    initial v1  
    11This can be found in:
     2{{{
     3#!xml
    24<item name="Skiing" icon="presets/skiing_downhill.png" type="node,way,closedway">
    35<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps"/>
    46<key key="sport" value="skiing" />
    57<combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" />
     8}}}
    69
    7 The wiki http://wiki.openstreetmap.org/wiki/Key:piste:grooming says classic;skating is deprecated. Taginfo seems to confirm the version classic+skating is used more: http://taginfo.openstreetmap.org/keys/piste%3Agrooming#values .
     10The wiki http://wiki.openstreetmap.org/wiki/Key:piste:grooming says `classic;skating` is deprecated. Taginfo seems to confirm the version `classic+skating` is used more: http://taginfo.openstreetmap.org/keys/piste%3Agrooming#values .
     11
    812I don't know the reasoning, they seem the same to me semantically (';' is used for multiple values in a key, and that seems to be the case here).