Changeset 19169 in josm for trunk/resources/data/validator/deprecated.mapcss
- Timestamp:
- 2024-08-06T21:54:55+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r19025 r19169 2530 2530 suggestAlternative: "{1.key}"; 2531 2531 } 2532 /* From the canvec import */ 2533 *[natural=landform][landform=esker] { 2534 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker"; 2535 group: tr("deprecated tagging"); 2536 suggestAlternative: "natural=ridge or geological=esker"; 2537 } 2538 *[natural=landform][landform=moraine] { 2539 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine"; 2540 group: tr("deprecated tagging"); 2541 suggestAlternative: "geological=moraine"; 2542 } 2543 *[natural=landform][landform=beach] { 2544 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach"; 2545 group: tr("deprecated tagging"); 2546 suggestAlternative: "natural=beach"; 2547 } 2548 *[natural=landform][landform=tundra_polygon] { 2549 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra"; 2550 group: tr("deprecated tagging"); 2551 suggestAlternative: "natural=tundra or natural=fell"; 2552 } 2532 2553 2533 2554 /* When tags are deprecated they should be added to ignoretags.cfg too. */
Note:
See TracChangeset
for help on using the changeset viewer.