Changes between Version 76 and Version 77 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2015-02-18T11:46:53+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v76 v77 1086 1086 { 1087 1087 _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)); 1089 1089 } 1090 1090 }}}
