Changeset 16787 in josm for trunk/resources/data/validator
- Timestamp:
- 2020-07-17T21:30:13+02:00 (5 years ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 2 edited
-
deprecated.mapcss (modified) (1 diff)
-
ignoretags.cfg (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r16762 r16787 2034 2034 fixAdd: "lamp_type=electric"; 2035 2035 } 2036 *[generator:type=solar_photovoltaic_panels] { 2037 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2038 suggestAlternative: "generator:type=solar_photovoltaic_panel"; 2039 group: tr("deprecated tagging"); 2040 fixAdd: "generator:type=solar_photovoltaic_panel"; 2041 } 2042 *[building=part] { 2043 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2044 suggestAlternative: "building:part=yes"; 2045 group: tr("deprecated tagging"); 2046 /* without autofix, it is not clear if a building or a building part is mapped */ 2047 } 2048 2049 /* When tags are deprecated they should be added to ignoretags.cfg too. */ -
trunk/resources/data/validator/ignoretags.cfg
r16763 r16787 8 8 ; F: ignore tag if key ends with this string. 9 9 ; 10 ; This file includes also keys and tags which have a deprecated warning (section 11 ; at the bottom). This avoids a duplicate warning in severity other (#19180). 10 12 ; 11 13 ; Ignore valid and semi-valid keys that start with... … … 199 201 K:building=civic 200 202 K:building=clinic 203 K:building=home 201 204 K:building=houseboat 202 205 K:building=shop … … 205 208 K:building=semidetached_house 206 209 K:building=slurry_tank 210 K:building=tank 207 211 K:building=trullo 208 212 K:leisure=recreation_ground … … 221 225 K:land_area=administrative 222 226 K:attraction=summer_toboggan 227 K:water=pool 223 228 ; 224 229 ; Highway Key/Value Pairs … … 259 264 K:historic=wreck 260 265 K:historic=heritage 266 K:historic=farm 261 267 ; 262 268 ; Landcover Tags … … 682 688 K:lanes=-3 683 689 K:lanes=-4 684 ; 685 ; Tags not yet decided (to remove from this section when added or deprecated) 690 K:generator:type=solar_photovoltaic_panels 691 K:building=part 692 ; 693 ; Tags not yet decided (to remove from this section when added or moved up when deprecated) 686 694 ; see josm tickets: 17770 15309 15774 16315 16658 16793 687 695 ;
Note:
See TracChangeset
for help on using the changeset viewer.
