Changeset 8495 in josm for trunk/data


Ignore:
Timestamp:
2015-06-19T19:20:50+02:00 (9 years ago)
Author:
simon04
Message:

fix #11150 - False validator warning on ford if node is outside the downloaded area and highway or waterway is not loaded

File:
1 edited

Legend:

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

    r8480 r8495  
    264264way[waterway] > node[ford?] { set ford_on_waterway; }
    265265way[highway] > node[ford?] { set ford_on_highway; }
    266 node[ford?]!.ford_on_waterway, node[ford?]!.ford_on_highway {
     266node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
    267267    throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
    268268}
Note: See TracChangeset for help on using the changeset viewer.