Changeset 16787 in josm for trunk/resources/data
- Timestamp:
- 2020-07-17T21:30:13+02:00 (5 years ago)
- Location:
- trunk/resources/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r16763 r16787 5297 5297 <optional> 5298 5298 <reference ref="name_operator" /> 5299 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5299 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5300 5300 <checkgroup columns="3"> 5301 5301 <check key="covered" text="Covered" /> … … 5313 5313 <text key="depth" text="Depth in meters" /> 5314 5314 <text key="operator" text="Operator" /> 5315 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5315 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5316 5316 <check key="headframe" text="Visible Headframe" /> 5317 5317 <check key="disused" text="Disused" /> … … 5324 5324 <text key="length" text="Length in meters" /> 5325 5325 <text key="operator" text="Operator" /> 5326 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5326 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 5327 5327 <check key="disused" text="Disused" /> 5328 5328 </item> <!-- Adit --> … … 6232 6232 <optional> 6233 6233 <text key="name" text="Name" /> 6234 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 6234 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 6235 6235 </optional> 6236 6236 </item> <!-- Mine --> … … 8119 8119 <key key="landuse" value="quarry" /> 8120 8120 <reference ref="name_operator" /> 8121 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 8121 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" /> 8122 8122 </item> <!-- Quarry --> 8123 8123 </group> <!-- Landuse --> -
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.