Changes between Version 258 and Version 259 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-06-23T17:15:40+02:00 (2 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v258 v259  
    250250way[highway=residential]                    /* is case sensitive, i.e. does NOT match e.g. highway=Residential or Highway=residential   */
    251251node[name="My name"]                        /* use quotes if key or value includes spaces                                               */
    252 node["name:pl"="Królewiec"]               /* use quotes if key or value includes special characters like colons or unicode characters */
     252node["name:pl"="Królewiec"]                 /* use quotes if key or value includes special characters like colons or unicode characters */
    253253}}}
    254254}}}