Changes between Version 91 and Version 92 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-11-10T13:05:26+01:00 (12 years ago)
Author:
Klumbumbus
Comment:

update to 3.39.xx code and wikitext (Thanks to user feedback)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v91 v92  
    5959== Changelog ==
    6060^(Latest change first)^
     61==== Version 3.38.xx to 3.39.xx ====
     62* Do not ask for "name?" on streets with junction=roundabout.
    6163==== Version 3.37.xx to 3.38.xx ====
    6264* Replace .png icon by .svg version.
     
    16421644}
    16431645       
    1644         /* higway=residential and highway=living_street without name */
    1645 way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes],
    1646 way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes]
     1646        /* higway=residential and highway=living_street without name (but no roundabouts) */
     1647way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes][junction!=roundabout],
     1648way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes][junction!=roundabout]
    16471649{
    16481650        color: red;