Changes between Version 5 and Version 6 of Styles/Coloured_Streets


Ignore:
Timestamp:
2013-01-02T09:54:52+01:00 (13 years ago)
Author:
geozeisig
Comment:

Farbe für R geändert

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v5 v6  
    495495area["addr:street"^="R"], relation[type=multipolygon]["addr:street"^="R"]
    496496{
    497         fill-color: #ffa07a;
    498         color: #ffa07a;
     497        fill-color: #F75617;
     498        color: #F75617;
    499499        width: 3;
    500500        fill-opacity:0.2;       
     
    502502node["addr:street"^="R"]::halo
    503503{
    504         symbol-fill-color: #ffa07a;
     504        symbol-fill-color: #F75617;
    505505        symbol-shape: circle;
    506506        symbol-size: 20;
     
    509509way["highway"]["name"^="R"]
    510510{
    511         color: #ffa07a;
    512         width: 3;
    513         font-size: 12;
    514         text-color: #000000;
    515         text-position: line;
    516         text: "name";
    517         text-offset: 0;
    518         text-halo-color: #ffa07a;
     511        color: #F75617;
     512        width: 3;
     513        font-size: 12;
     514        text-color: #000000;
     515        text-position: line;
     516        text: "name";
     517        text-offset: 0;
     518        text-halo-color: #F75617;
    519519        text-halo-radius:2     
    520520}