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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v257 v258  
    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:ru"="Калининград"]               /* 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}}}
     
    265265way[highway!=residential]
    266266node[name!="My name"]
    267 node["name:ru"!="Калининград"]
     267node["name:pl"!="Królewiec"]
    268268}}}
    269269}}}