- Timestamp:
- 2020-02-10T20:46:13+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r15641 r15833 394 394 suggestAlternative: "building=warehouse"; 395 395 } 396 397 /* #17533 - Check waterway flow direction */ 398 *[waterway][waterway!=drain] > node:connection { 399 set notDrain; 400 } 401 way[waterway=drain] >[index!=1] node:connection { 402 set notDrainFirstNode; 403 } 404 way[waterway=drain] >[index!=-1] node:connection { 405 set notDrainLastNode; 406 } 407 way[waterway=drain] > node:connection!.notDrainFirstNode!.notDrain, 408 way[waterway=drain] > node:connection!.notDrainLastNode!.notDrain { 409 throwWarning: tr("incorrect drain flow direction"); 410 }
Note:
See TracChangeset
for help on using the changeset viewer.