Changeset 8495 in josm for trunk/data
- Timestamp:
- 2015-06-19T19:20:50+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r8480 r8495 264 264 way[waterway] > node[ford?] { set ford_on_waterway; } 265 265 way[highway] > node[ford?] { set ford_on_highway; } 266 node[ford?] !.ford_on_waterway, node[ford?]!.ford_on_highway {266 node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway { 267 267 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway"); 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.