Changeset 19204 in josm for trunk/resources/data
- Timestamp:
- 2024-08-21T23:30:44+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r19169 r19204 2532 2532 /* From the canvec import */ 2533 2533 *[natural=landform][landform=esker] { 2534 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker" ;2534 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker"); 2535 2535 group: tr("deprecated tagging"); 2536 2536 suggestAlternative: "natural=ridge or geological=esker"; 2537 2537 } 2538 2538 *[natural=landform][landform=moraine] { 2539 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine" ;2539 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine"); 2540 2540 group: tr("deprecated tagging"); 2541 2541 suggestAlternative: "geological=moraine"; 2542 2542 } 2543 2543 *[natural=landform][landform=beach] { 2544 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach" ;2544 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach"); 2545 2545 group: tr("deprecated tagging"); 2546 2546 suggestAlternative: "natural=beach"; 2547 2547 } 2548 2548 *[natural=landform][landform=tundra_polygon] { 2549 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra" ;2549 throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra"); 2550 2550 group: tr("deprecated tagging"); 2551 2551 suggestAlternative: "natural=tundra or natural=fell";
Note:
See TracChangeset
for help on using the changeset viewer.