Changes between Version 6 and Version 7 of Styles/AddressValidator


Ignore:
Timestamp:
2012-11-23T11:52:32+01:00 (13 years ago)
Author:
Antisida
Comment:

Added highlight of streets starting numbers. Добавлена подсветка улиц начинающихся цыфрами

Legend:

Unmodified
Added
Removed
Modified
  • Styles/AddressValidator

    v6 v7  
    5454area[addr:street=~/(^|.+ )[ЯŚ]/], relation[type=multipolygon][addr:street=~/(^|.+ )[ЯŚ]/]> way { fill-color: #B2D3F0; color: #B2D3F0; fill-opacity:0.2;}
    5555
     56area[addr:street=~/(^|.+ )[1-9]?1[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?1[^0-9]/]> way { fill-color: #FFFF33; color: #FFFF33; fill-opacity:0.2;}
     57area[addr:street=~/(^|.+ )[1-9]?2[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?2[^0-9]/]> way { fill-color: #CC9999; color: #CC9999; fill-opacity:0.2;}
     58area[addr:street=~/(^|.+ )[1-9]?3[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?3[^0-9]/]> way { fill-color: #FF6699; color: #FF6699; fill-opacity:0.2;}
     59area[addr:street=~/(^|.+ )[1-9]?4[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?4[^0-9]/]> way { fill-color: #99FFCC; color: #99FFCC; fill-opacity:0.2;}
     60area[addr:street=~/(^|.+ )[1-9]?5[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?5[^0-9]/]> way { fill-color: #FF6666; color: #FF6666; fill-opacity:0.2;}
     61area[addr:street=~/(^|.+ )[1-9]?6[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?6[^0-9]/]> way { fill-color: #FF66CC; color: #FF66CC; fill-opacity:0.2;}
     62area[addr:street=~/(^|.+ )[1-9]?7[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?7[^0-9]/]> way { fill-color: #CC99FF; color: #CC99FF; fill-opacity:0.2;}
     63area[addr:street=~/(^|.+ )[1-9]?8[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?8[^0-9]/]> way { fill-color: #00FF99; color: #00FF99; fill-opacity:0.2;}
     64area[addr:street=~/(^|.+ )[1-9]?9[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?9[^0-9]/]> way { fill-color: #66CCFF; color: #66CCFF; fill-opacity:0.2;}
     65area[addr:street=~/(^|.+ )[1-9]?0[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?0[^0-9]/]> way { fill-color: #99CCCC; color: #99CCCC; fill-opacity:0.2;}
     66
    5667/* hide nodes */
    5768node|z1-17{ symbol-shape: square; symbol-fill-opacity: 0; symbol-size: 1; z-index:-1}
     
    101112way[highway][name=~/(^|.+ )[ЯŚ]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #B2D3F0; text-halo-radius:2}
    102113
     114way[highway][name=~/(^|.+ )[1-9]?1[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FFFF33; text-halo-radius:2}
     115way[highway][name=~/(^|.+ )[1-9]?2[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #CC9999; text-halo-radius:2}
     116way[highway][name=~/(^|.+ )[1-9]?3[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF6699; text-halo-radius:2}
     117way[highway][name=~/(^|.+ )[1-9]?4[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #99FFCC; text-halo-radius:2}
     118way[highway][name=~/(^|.+ )[1-9]?5[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF6666; text-halo-radius:2}
     119way[highway][name=~/(^|.+ )[1-9]?6[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF66CC; text-halo-radius:2}
     120way[highway][name=~/(^|.+ )[1-9]?7[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #CC99FF; text-halo-radius:2}
     121way[highway][name=~/(^|.+ )[1-9]?8[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #00FF99; text-halo-radius:2}
     122way[highway][name=~/(^|.+ )[1-9]?9[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #66CCFF; text-halo-radius:2}
     123way[highway][name=~/(^|.+ )[1-9]?0[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #99CCCC; text-halo-radius:2}
     124
    103125/* tone down landuses */
    104126area[landuse], relation[type=multipolygon][landuse]> way {opacity:0.5; color:#CDCDC1; width: 1; fill-color: #F0FFFF;  fill-opacity:0; casing-width: 0; casing-color: grey;}