Changes between Version 187 and Version 188 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2021-03-02T18:44:54+01:00 (4 years ago)
Author:
skyper
Comment:

numbers need to be enquoted, too.

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v187 v188  
    512512#!mapcss
    513513way[!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.) */
     514way[!"name:fr"]                   /* use quotes if the tag name includes special caracters (white space, colons, numbers, unicode characters, etc.) */
    515515}}}
    516516}}}