Ignore:
Timestamp:
2016-10-18T20:32:20+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #13804 - a bit more grouping in the validator tree, small adjustments to a few validator rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/geometry.mapcss

    r11138 r11146  
    103103node[leisure=park][natural=tree] {
    104104  throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
     105  group: tr("suspicious tag combination");
    105106  fixRemove: "leisure";
    106107}
     
    289290  throwError: tr("Coastline inside {1}", "{0.tag}");
    290291}
     292
     293/* #10471 */
     294way[waterway] > node[ford?] { set ford_on_waterway; }
     295way[highway] > node[ford?] { set ford_on_highway; }
     296node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
     297    throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
     298}
Note: See TracChangeset for help on using the changeset viewer.