Changes between Initial Version and Version 1 of Ticket #17607, comment 11


Ignore:
Timestamp:
2021-06-04T10:47:56+02:00 (5 years ago)
Author:
reichg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17607, comment 11

    initial v1  
    22> A dot `.` is the expression for everything, e.g. `[/^construction:.*$/]` should do the trick, see [https://docs.oracle.com/javase/tutorial/essential/regex/pre_char_classes.html]
    33
    4 Wait I thought * was the selection syntax for selecting ALL kind of like how it is used in SQL? I see a lot of "*" used in this combinarions.mapcss as if it stands for ALL osm features (node, way, and relation?) as a prefix to each rule.
     4Wait I thought * was the selection syntax for selecting ALL, kind of like how it is used in SQL? I see a lot of "*" used in this combinarions.mapcss as if it stands for ALL osm features (node, way, and relation?) as a prefix to each rule.
    55
    66Like instead of saying way[tag], node[tag], relation[tag you could use *[tag]. That mean I can do .[tag] according to "." being the ALL selector?