Changes between Version 17 and Version 18 of Styles/Surface


Ignore:
Timestamp:
2011-03-17T03:56:18+01:00 (15 years ago)
Author:
cmuelle8
Comment:

small fixes, add "bad" to encasings - osm wiki says "normal cars", show some name labels in z14 for orientation

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Surface

    v17 v18  
    154154
    155155
    156 way|z14-[highway][smoothness][surface]
    157 {
    158     color: #909090;
    159 }
    160 
    161156way|z12-[highway][smoothness]
    162157{
    163158    width: 1.5;
    164159    color: #202020;
     160}
     161
     162way|z14-[highway][smoothness][surface]
     163{
     164    color: #808080;
    165165}
    166166
     
    303303}
    304304
    305 way|z14-[highway][eval(prop(render-encasing))][smoothness=~/excellent|good|intermediate/]
     305way|z14-[highway][eval(prop(render-encasing))][smoothness=~/excellent|good|intermediate|^bad/]
    306306{
    307307    text: eval(prop(render-text));
     
    314314
    315315
    316 way|z-15[highway]
     316way|z-14[highway]
    317317{
    318318    text: none;
    319319}
     320
     321way|z-14[highway=~/trunk|primary|secondary|tertiary|path|track/]
     322{
     323    font-size: 10;
     324    text: auto;
     325    text-offset: -6;
     326}
     327
    320328
    321329}}}