Changes between Initial Version and Version 1 of Ticket #19572, comment 8


Ignore:
Timestamp:
2020-07-24T17:33:00+02:00 (5 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19572, comment 8

    initial v1  
    1 Same tags should not be considered so probably the [wikitr:/Help/Styles/MapCSSImplementation#PseudoClasses pseudo class] `:tagged` is what is needed here, e.g.:
     1~~Same tags should not be considered so probably the [wikitr:/Help/Styles/MapCSSImplementation#PseudoClasses pseudo class] `:tagged` is what is needed here, e.g.: ~~
    22{{{
    33#!rule
     
    55}}}
    66
     7**Edit**: Above does not work as we have the tag `lanes=*`. So no chance to use the pseudo class.
     8
    79As long as the list of allowed tags for nodes is low I'd prefer to have them explicitly in the rule as it will catch more cases. This is even true for `surface=*`.