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


Ignore:
Timestamp:
2021-03-02T21:29:01+01:00 (5 years ago)
Author:
skyper
Comment:

numbers need to be in quotes, too.

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v188 v189  
    501501#!mapcss
    502502way[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.) */
     503way["name:fr"]                   /* use quotes if the tag name includes special caracters (white space, colons, numbers, unicode characters, etc.) */
    504504}}}
    505505}}}