Changes between Version 38 and Version 39 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-04-04T17:11:38+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

small code update 3.01

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v38 v39  
    119119{
    120120        title: "Coloured Streets";
    121         version: "3.0.[[revision]]_[[date]]";
     121        version: "3.01.[[revision]]_[[date]]";
    122122        description: "Colouring of streets, buildings and address nodes with the same street name in the same colour. Works now worldwide! Check out http://josm.openstreetmap.de/wiki/Styles/Coloured_Streets to read how to change the settings of this mappaint style (allow postcode on street, support of name:prefix and name:suffix). Min. JOSM version is 6909.";
    123123        icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png";
     
    133133        title: "Coloured Streets";
    134134        description: "Einfärben von Straßen, Gebäuden und Adressnodes mit gleichem Straßennamen in der gleichen Farbe. Schau dir http://josm.openstreetmap.de/wiki/Styles/Coloured_Streets an, um zu lesen, wie man die Einstellungen dieses mappaint styles ändert (postcode an Straßen erlauben, Berücksichtigung von name:prefix und name:suffix) Min. JOSM-Version ist 6909.";
    135         link: "http://josm.openstreetmap.de/wiki/De:Styles/Coloured_Streets";
     135        link: "http://josm.openstreetmap.de/wiki/De:Styles/Coloured_Streets";
    136136}
    137137
     
    707707area["highway"="pedestrian"]["name"][prop(crc)>=4848][prop(crc)<5151]:closed
    708708{
    709         color: #228b22;
    710         fill-color: #228b22;
    711         text-halo-color: #228b22;
     709        color: #008f00;
     710        fill-color: #008f00;
     711        text-halo-color: #008f00;
    712712}
    713713node["addr:street"][prop(crc)>=4848][prop(crc)<5151]::halo,
     
    715715relation[type="associatedStreet"][prop(crc)>=4848][prop(crc)<5151] > node["addr:housenumber"]::halo
    716716{
    717         symbol-fill-color: #228b22;
    718         text-halo-color: #228b22;
     717        symbol-fill-color: #008f00;
     718        text-halo-color: #008f00;
    719719}
    720720way["highway"]["name"][prop(crc)>=4848][prop(crc)<5151]
    721721{
    722         color: #228b22;
    723         text-halo-color: #228b22;
     722        color: #008f00;
     723        text-halo-color: #008f00;
    724724}
    725725                /* --------- */
     
    839839area["highway"="pedestrian"]["name"][prop(crc)>=6666][prop(crc)<6969]:closed
    840840{
    841         color: #81621a;
    842         fill-color: #81621a;
    843         text-halo-color: #81621a;
     841        color: #7d5a07;
     842        fill-color: #7d5a07;
     843        text-halo-color: #7d5a07;
    844844}
    845845node["addr:street"][prop(crc)>=6666][prop(crc)<6969]::halo,
     
    847847relation[type="associatedStreet"][prop(crc)>=6666][prop(crc)<6969] > node["addr:housenumber"]::halo
    848848{
    849         symbol-fill-color: #81621a;
    850         text-halo-color: #81621a;
     849        symbol-fill-color: #7d5a07;
     850        text-halo-color: #7d5a07;
    851851}
    852852way["highway"]["name"][prop(crc)>=6666][prop(crc)<6969] 
    853853{
    854         color: #81621a;
    855         text-halo-color: #81621a;
     854        color: #7d5a07;
     855        text-halo-color: #7d5a07;
    856856}
    857857                /* --------- */
     
    927927area["highway"="pedestrian"]["name"][prop(crc)>=7878][prop(crc)<8181]:closed
    928928{
    929         color: #32cd32;
    930         fill-color: #32cd32;
    931         text-halo-color: #32cd32;
     929        color: #54d954;
     930        fill-color: #54d954;
     931        text-halo-color: #54d954;
    932932}
    933933node["addr:street"][prop(crc)>=7878][prop(crc)<8181]::halo,
     
    935935relation[type="associatedStreet"][prop(crc)>=7878][prop(crc)<8181] > node["addr:housenumber"]::halo
    936936{
    937         symbol-fill-color: #32cd32;
    938         text-halo-color: #32cd32;
     937        symbol-fill-color: #54d954;
     938        text-halo-color: #54d954;
    939939}
    940940way["highway"]["name"][prop(crc)>=7878][prop(crc)<8181]
    941941{
    942         color: #32cd32;
    943         text-halo-color: #32cd32;
     942        color: #54d954;
     943        text-halo-color: #54d954;
    944944}
    945945                /* --------- */
     
    12411241        text-color: #000000;
    12421242        text-position: line;
    1243         text: eval("no name!");
     1243        text: eval("name?");
    12441244        text-offset: 0;
    12451245        text-halo-color: #FF0000;