Changeset 19169 in josm for trunk/resources/data/validator
- Timestamp:
- 2024-08-06T21:54:55+02:00 (17 months ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 3 edited
-
deprecated.mapcss (modified) (1 diff)
-
ignoretags.cfg (modified) (2 diffs)
-
unnecessary.mapcss (modified) (1 diff)
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. */ -
trunk/resources/data/validator/ignoretags.cfg
r19027 r19169 802 802 ; orchard=meadow_orchard seems to be more of a boolean value, "also happens to be a meadow". Don't know how we want to handle it. 803 803 K:orchard=meadow_orchard 804 K:meadow=meadow_orchard 804 805 ; boundary=religious_administration is not well documented (2023-09-21) 805 806 K:boundary=religious_administration … … 815 816 K:road_marking=solid_stop_line 816 817 K:service=irrigation 818 ; canvec import 819 K:natural=landform 820 K:landform=esker 821 K:landform=moraine 822 K:landform=beach 823 K:landform=tundra_polygon 824 ; This seems to be a region specific tag. 825 K:valley=balka 817 826 818 827 ; These tags should probably have better software support, but maybe they can be in the appropriate section in this file. -
trunk/resources/data/validator/unnecessary.mapcss
r19028 r19169 68 68 69 69 /* see ticket #7639 -- Warn when a node has the same tags as its parent way. */ 70 way >:sameTags node:tagged { 70 /* But don't warn on barrier tags -- a common mapping method will have a barrier on the routable way and then the micromapped barrier */ 71 way[!barrier] >:sameTags node:tagged { 71 72 throwWarning: tr("Nodes duplicating parent way tags"); 72 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
