Changes between Version 187 and Version 188 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-03-02T18:44:54+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v187 v188 512 512 #!mapcss 513 513 way[!highway] /* matches any way which does not have a tag 'highway' (is case sensitive) */ 514 way[!"name:fr"] /* use quotes if the tag name includes special caracters (white space, colons, unicode characters, etc.) */ 514 way[!"name:fr"] /* use quotes if the tag name includes special caracters (white space, colons, numbers, unicode characters, etc.) */ 515 515 }}} 516 516 }}}