Changeset 11153 in josm for trunk/data
- Timestamp:
- 2016-10-22T01:23:55+02:00 (9 years ago)
- Location:
- trunk/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r11150 r11153 30 30 </chunk> 31 31 <chunk id="riding_surface"> 32 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="riding" /> 32 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" /> 33 33 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" /> 34 34 </chunk> … … 9974 9974 <key key="route" value="bicycle"/> 9975 9975 <text key="name" text="Name" /> 9976 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" /> 9976 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_sort="false" /> 9977 9977 <optional> 9978 9978 <reference ref="route_hikebike_optionals" /> … … 10021 10021 <key key="route" value="hiking"/> 10022 10022 <text key="name" text="Name" /> 10023 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" /> 10023 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_sort="false"/> 10024 10024 <optional> 10025 10025 <reference ref="route_hikebike_optionals" /> … … 10037 10037 <key key="route" value="foot"/> 10038 10038 <text key="name" text="Name" /> 10039 <combo key="network" text="Network" values="rwn,lwn" /> 10039 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_sort="false" /> 10040 10040 <optional> 10041 10041 <reference ref="route_hikebike_optionals" /> … … 10053 10053 <key key="route" value="horse"/> 10054 10054 <text key="name" text="Name" /> 10055 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" /> 10055 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_sort="false" /> 10056 10056 <optional> 10057 10057 <reference ref="route_hikebike_optionals" /> -
trunk/data/validator/combinations.mapcss
r11146 r11153 129 129 relation[route=ski][!piste:type][type=route], 130 130 *[tourism=information][!information], 131 *[leisure=pitch][!sport], 131 132 *[aeroway=terminal][!building], 132 133 *[power=generator][!generator:source], -
trunk/data/validator/unnecessary.mapcss
r11146 r11153 7 7 /* see #9365 - Useless tag layer=0 */ 8 8 throwWarning: tr("{0} is unnecessary", "{0.tag}"); 9 group: tr("unnecessary tag"); 9 10 fixRemove: "{0.key}"; 10 11 assertMatch: "way layer=0"; … … 20 21 area:closed[shop ][area?] { 21 22 throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.key}"); 23 group: tr("unnecessary tag"); 22 24 fixRemove: "{2.key}"; 23 25 }
Note:
See TracChangeset
for help on using the changeset viewer.