Changes between Version 1 and Version 2 of Styles/Surface


Ignore:
Timestamp:
2011-03-16T05:27:21+01:00 (15 years ago)
Author:
cmuelle8
Comment:

prefer surface text when rendering over smoothness

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Surface

    v1 v2  
    213213}
    214214
     215way[highway][smoothness][eval(prop(print-text))]
     216{
     217    font-size: 10;
     218    text: "smoothness";
     219    text-color: #EEE9BF;
     220    text-position: line;
     221    z-index: 1.0;
     222}
     223
    215224way[highway][surface][eval(prop(print-text))]
    216225{
     
    222231}
    223232
    224 way[highway][smoothness][eval(prop(print-text))]
    225 {
    226     font-size: 10;
    227     text: "smoothness";
    228     text-color: #EEE9BF;
    229     text-position: line;
    230     z-index: 1.0;
    231 }
    232 
    233233
    234234}}}