Changes between Version 2 and Version 3 of Ticket #17607, comment 11
- Timestamp:
- 2021-06-04T11:18:50+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #17607, comment 11
v2 v3 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 Yeah I just meant I couldn't get any of the following mapcss rules to be picked up by the validator. Does the * out front indicate all OSM features (node, way, relation)? IF so, I tried giving a way the {{{construction:highway}}} tag without a building AND construction tag but nothing showed up in the validator. I tried the alternatives {{{/^construction:highway$/}}}, {{{"construction:highway"}}} but still couldn't get the validator to pick up the construction:highway tag.4 Yeah I just meant I couldn't get any of the following mapcss rules to be picked up by the validator. I tried giving a way the {{{construction:highway}}} tag without a {{{highway=*}}} AND {{{construction=*}}} tag but nothing showed up in the validator. I tried the variations {{{/^construction:highway$/}}}, {{{"construction:highway"}}} but still couldn't get the validator to pick up the construction:highway tag. 5 5 {{{ 6 6 *[construction:building][!building][!construction],