Changes between Version 46 and Version 47 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-04-29T15:42:02+02:00 (11 years ago)
Author:
Klumbumbus
Comment:

update to 3.20.xx code

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v46 v47  
    138138{
    139139        title: "Coloured Streets";
    140         version: "3.11.[[revision]]_[[date]]";
     140        version: "3.20.[[revision]]_[[date]]";
    141141        description: "Colouring of buildings, address nodes and streets with the same street name in the same colour. Makes working with addresses a lot easier. Check out the linked page to read how to change some settings of this mappaint style. Min. JOSM version is 6909.";
    142142        icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png";
     
    310310/* tone down garages and other "small" buildings, as they usually do not have addr:*=* tags. */
    311311
     312area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=barn],
    312313area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=bunker],
    313314area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=cabin],
     315area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=cowshed],
     316area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=farm],
    314317area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=farm_auxiliary],
    315318area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=garage],
    316319area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=garages],
     320area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=greenhouse],
    317321area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=hut],
    318322area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=roof],
    319 area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=shed]
     323area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=shed],
     324area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=stable],
     325area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=static_caravan],
     326area[!"addr:housenumber"][!"addr:street"][!"addr:place"][building=sty]
    320327{
    321328        fill-color: #ffddf1;
     
    416423}
    417424                /* streets */
     425                        /* different widths */
     426way["highway"]["name"][highway!="platform"]
     427{
     428        width: 4;
     429}
     430way["highway"="path"]["name"],
     431way["highway"="footway"]["name"],
     432way["highway"="steps"]["name"],
     433way["highway"="pedestrian"]["name"],
     434way["highway"="cycleway"]["name"],
     435way["highway"="bridleway"]["name"],
     436way["highway"="track"]["name"],
     437way["highway"="escape"]["name"],
     438way["highway"="bus_guideway"]["name"],
     439way["highway"="service"]["name"]
     440{
     441        width: 3;
     442}
     443way["highway"^="tertiary"]["name"],
     444way["highway"^="secondary"]["name"],
     445way["highway"^="primary"]["name"],
     446way["highway"^="trunk"]["name"],
     447way["highway"^="motorway"]["name"]
     448{
     449        width: 5;
     450}
     451                        /* other rules */
    418452way|z18-["highway"]["name"][highway!="platform"]
    419453{
    420         width: 3;
    421454        font-size: 12;
    422455        text-color: #000000;
     
    428461way|z-17["highway"]["name"][highway!="platform"]
    429462{
    430         width: 3;
    431463        text: ;
    432464}
     
    553585area["highway"="pedestrian"]["name"][prop(crc)>=1212][prop(crc)<1515]:closed
    554586{
    555         color: #fcff5c;
    556         fill-color: #fcff5c;
    557         text-halo-color: #fcff5c;
     587        color: #f4ff6b;
     588        fill-color: #f4ff6b;
     589        text-halo-color: #f4ff6b;
    558590}
    559591node["addr:street"][prop(crc)>=1212][prop(crc)<1515]::halo,
     
    561593relation[type="associatedStreet"][prop(crc)>=1212][prop(crc)<1515] > node["addr:housenumber"]::halo
    562594{
    563         symbol-fill-color: #fcff5c;
    564         text-halo-color: #fcff5c;
     595        symbol-fill-color: #f4ff6b;
     596        text-halo-color: #f4ff6b;
    565597}
    566598way["highway"]["name"][prop(crc)>=1212][prop(crc)<1515]
    567599{
    568         color: #fcff5c;
    569         text-halo-color: #fcff5c;
     600        color: #f4ff6b;
     601        text-halo-color: #f4ff6b;
    570602}
    571603                /* --------- */
     
    839871area["highway"="pedestrian"]["name"][prop(crc)>=5151][prop(crc)<5454]:closed
    840872{
    841         color: #ffe400;
    842         fill-color: #ffe400;
    843         text-halo-color: #ffe400;
     873        color: #ffcc00;
     874        fill-color: #ffcc00;
     875        text-halo-color: #ffcc00;
    844876}
    845877node["addr:street"][prop(crc)>=5151][prop(crc)<5454]::halo,
     
    847879relation[type="associatedStreet"][prop(crc)>=5151][prop(crc)<5454] > node["addr:housenumber"]::halo
    848880{
    849         symbol-fill-color: #ffe400;
    850         text-halo-color: #ffe400;
     881        symbol-fill-color: #ffcc00;
     882        text-halo-color: #ffcc00;
    851883}
    852884way["highway"]["name"][prop(crc)>=5151][prop(crc)<5454]
    853885{
    854         color: #ffe400;
    855         text-halo-color: #ffe400;
     886        color: #ffcc00;
     887        text-halo-color: #ffcc00;
    856888}
    857889                /* --------- */
     
    13471379}
    13481380       
    1349         /* higway=residential without name */   
    1350 way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes]
     1381        /* higway=residential and highway=living_street without name */
     1382way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes],
     1383way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes]
    13511384{
    13521385        color: #FF0000;