Changes between Initial Version and Version 1 of Ticket #17607, comment 11
- Timestamp:
- 2021-06-04T10:47:56+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17607, comment 11
initial v1 2 2 > 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] 3 3 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. 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. 5 5 6 6 Like 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?


