Changeset 10071 in josm


Ignore:
Timestamp:
2016-03-28T15:20:36+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #11128 - fix validator warning text for tourism pois connected to a highway

File:
1 edited

Legend:

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

    r10037 r10071  
    232232way[highway] > node[office][!entrance],
    233233way[highway] > node[shop][!entrance],
    234 way[highway] > node!.guidepost[tourism][!entrance][tourism!=viewpoint] {
     234way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost {
    235235  throwWarning: tr("{0} node connected to a highway", "{0.key}");
    236236}
Note: See TracChangeset for help on using the changeset viewer.