Changeset 17940 in josm for trunk/resources/data
- Timestamp:
- 2021-06-22T21:10:06+02:00 (3 years ago)
- Location:
- trunk/resources/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r17936 r17940 2827 2827 <text key="operator" text="Operator" /> 2828 2828 <reference ref="oh" /> 2829 <check key="service:bicycle:stand" text="Stand" /> 2829 2830 <check key="service:bicycle:pump" text="Free bicycle pump" /> 2831 <check key="service:bicycle:tools" text="Tools" text_context="bicycle_repair_station"/> 2830 2832 <check key="service:bicycle:chain_tool" text="Chain tool" /> 2831 2833 </optional> -
trunk/resources/data/validator/deprecated.mapcss
r17926 r17940 2257 2257 } 2258 2258 2259 /* #11019 */ 2260 *[service:bicycle:chaintool] { 2261 throwWarning: tr("{0} is deprecated", "{0.key}"); 2262 suggestAlternative: "service:bicycle:chain_tool"; 2263 group: tr("deprecated tagging"); 2264 fixChangeKey: "service:bicycle:chaintool => service:bicycle:chain_tool"; 2265 } 2266 2259 2267 /* When tags are deprecated they should be added to ignoretags.cfg too. */ -
trunk/resources/data/validator/ignoretags.cfg
r17930 r17940 693 693 K:amenity=embassy 694 694 K:shoulder=none 695 E:service:bicycle:chaintool 695 696 ; 696 697 ; Tags not yet decided (to remove from this section when added or moved up when deprecated)
Note:
See TracChangeset
for help on using the changeset viewer.