Changeset 7488 in josm for trunk/data
- Timestamp:
- 2014-09-03T23:27:41+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r7437 r7488 173 173 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}"); 174 174 } 175 176 /* see #10471 */ 177 way[waterway] > node[ford?] { set ford_on_waterway; } 178 way[highway] > node[ford?] { set ford_on_highway; } 179 node[ford?]!.ford_on_waterway, node[ford?]!.ford_on_highway { 180 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway"); 181 }
Note:
See TracChangeset
for help on using the changeset viewer.