Changes between Version 2 and Version 3 of Ticket #17607, comment 11


Ignore:
Timestamp:
2021-06-04T11:18:50+02:00 (4 years ago)
Author:
reichg

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #17607, comment 11

    v2 v3  
    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 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.
     4Yeah 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.
    55{{{
    66*[construction:building][!building][!construction],