Changes between Version 76 and Version 77 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2015-02-18T11:46:53+01:00 (11 years ago)
Author:
Polyglot
Comment:

added parenthesis to correct syntax

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v76 v77  
    10861086{
    10871087    _match: regexp_match("(.+?)XXX(.+)", tag("name"));
    1088     text: concat(get(prop("_match",1), "::", get(prop("_match"),2));
     1088    text: concat(get(prop("_match"),1), "::", get(prop("_match"),2));
    10891089}
    10901090}}}