Changeset 8204 in josm
- Timestamp:
- 2015-04-17T22:18:26+02:00 (10 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8188 r8204 6275 6275 <combo key="second_hand" text="Second hand" values="only,yes,no" /> 6276 6276 <combo key="organic" text="Organic" values="only,yes,no" /> 6277 <multiselect key="clothes" text="Clothes" values="babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;motorcycle;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear" values_context="clothes" values_searchable="true" />6278 6277 <reference ref="link_contact_address_payment" /> 6279 6278 </item> <!-- Clothes --> -
trunk/data/validator/deprecated.mapcss
r8192 r8204 437 437 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 438 438 } 439 *[/:color/]{ 440 throwWarning: tr("{0} is deprecated", "{0.key}"); 441 suggestAlternative: ":colour"; 442 } 443 *[/color:/] { 444 throwWarning: tr("{0} is deprecated", "{0.key}"); 445 suggestAlternative: "colour:"; 446 } 439 447 440 448 /* see #11234 */ … … 445 453 /* see #11330 */ 446 454 *[/^.$/], 447 *[/^..$/][!to] { 455 node[/^..$/], 456 way[/^..$/], 457 relation[/^..$/][!to] { 448 458 throwWarning: tr("uncommon short key"); 449 459 } 460 461 /* see #11344 */ 462 *[tower=air_to_ground] { 463 throwWarning: tr("{0} is deprecated", "{0.tag}"); 464 suggestAlternative: "tower=transition"; 465 fixAdd: "tower=transition"; 466 } 467 *[pole=air_to_ground] { 468 throwWarning: tr("{0} is deprecated", "{0.tag}"); 469 suggestAlternative: "pole=transition"; 470 fixAdd: "pole=transition"; 471 }
Note:
See TracChangeset
for help on using the changeset viewer.