Changes between Initial Version and Version 1 of Ticket #19572, comment 8
- Timestamp:
- 2020-07-24T17:33:00+02:00 (5 years ago)
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.: ~~ 2 2 {{{ 3 3 #!rule … … 5 5 }}} 6 6 7 **Edit**: Above does not work as we have the tag `lanes=*`. So no chance to use the pseudo class. 8 7 9 As 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=*`.