Changeset 16131 in josm for trunk/resources/data/validator
- Timestamp:
- 2020-03-15T12:49:46+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/geometry.mapcss
r15964 r16131 405 405 suggestAlternative: "building=warehouse"; 406 406 } 407 408 /* #17533 - Check waterway flow direction */409 *[waterway][waterway!=drain] > node:connection {410 set notDrain;411 }412 way[waterway=drain] >[index!=1] node:connection {413 set notDrainFirstNode;414 }415 way[waterway=drain] >[index!=-1] node:connection {416 set notDrainLastNode;417 }418 way[waterway=drain] > node:connection!.notDrainFirstNode!.notDrain,419 way[waterway=drain] > node:connection!.notDrainLastNode!.notDrain {420 throwWarning: tr("incorrect drain flow direction");421 }
Note:
See TracChangeset
for help on using the changeset viewer.