Changes between Initial Version and Version 1 of Ticket #9011
- Timestamp:
- 2013-08-24T15:53:22+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9011 – Description
initial v1 1 1 This can be found in: 2 {{{ 3 #!xml 2 4 <item name="Skiing" icon="presets/skiing_downhill.png" type="node,way,closedway"> 3 5 <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps"/> 4 6 <key key="sport" value="skiing" /> 5 7 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" /> 8 }}} 6 9 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 . 10 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 . 11 8 12 I 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).