Ignore:
Timestamp:
2020-02-29T18:45:02+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18817 - Warn about marker as member of underground pipeline or cable

File:
1 edited

Legend:

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

    r15961 r15964  
    305305}
    306306
     307/* #18817 */
     308way[man_made=pipeline][location=underground] > node[marker],
     309way[power=cable      ][location=underground] > node[marker] {
     310  throwWarning: tr("{0} node connected to an underground object", "{0.key}");
     311}
     312
    307313way[junction=roundabout]:righthandtraffic:clockwise,
    308314way[junction=roundabout]!:righthandtraffic:anticlockwise {
Note: See TracChangeset for help on using the changeset viewer.