Changes between Version 1 and Version 2 of Ticket #18301


Ignore:
Timestamp:
2019-11-07T09:16:04+01:00 (6 years ago)
Author:
pyrog
Comment:

Remove bold

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18301 – Description

    v1 v2  
    55{{{
    66#!mapcss
    7 *[mapillary][mapillary!~/^[a-zA-Z0-9_-]{22}$/][mapillary=~/**pKey=[a-zA-Z0-9_-]{22}**/] {
     7*[mapillary][mapillary!~/^[a-zA-Z0-9_-]{22}$/][mapillary=~/pKey=[a-zA-Z0-9_-]{22}/] {
    88}}}
    99
     
    1111{{{
    1212#!mapcss
    13 regexp_match("**pKey=([a-zA-Z0-9_-]{22}**)", tag("mapillary"))
     13regexp_match("pKey=([a-zA-Z0-9_-]{22})", tag("mapillary"))
    1414}}}
    1515
     
    1717{{{
    1818#!mapcss
    19 regexp_match("**.*pKey=([a-zA-Z0-9_-]{22}).***", tag("mapillary"))
     19regexp_match(".*pKey=([a-zA-Z0-9_-]{22}).*", tag("mapillary"))
    2020}}}
    2121