Changes between Version 188 and Version 189 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-03-02T21:29:01+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v188 v189 501 501 #!mapcss 502 502 way[highway] /* matches any way with a tag 'highway' (is case sensitive) */ 503 way["name:fr"] /* use quotes if the tag name includes special caracters (white space, colons, unicode characters, etc.) */ 503 way["name:fr"] /* use quotes if the tag name includes special caracters (white space, colons, numbers, unicode characters, etc.) */ 504 504 }}} 505 505 }}}
