Changes between Version 9 and Version 10 of Styles/Surface


Ignore:
Timestamp:
Mar 17, 2011 1:43:35 AM (2 years ago)
Author:
cmuelle8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Surface

    v9 v10  
    230230} 
    231231 
    232 way|z14-[highway][surface=~/paved.*|asphalt.*/] 
     232way|z14-[highway][surface=~/^paved|asphalt/] 
    233233{ 
    234234    text-color: black; 
     
    237237} 
    238238 
    239 way|z14-[highway][surface=~/paving.*|concrete.*|cobble.*/] 
     239way|z14-[highway][surface=~/paving|concrete|cobble/] 
    240240{ 
    241241    text-color: black; 
     
    244244} 
    245245 
    246 way|z15-[highway][surface=~/.*gravel.*|pebble.*/] 
     246way|z15-[highway][surface=~/gravel|pebble/] 
    247247{ 
    248248    text-color: #D0D090; 
    249249} 
    250250 
    251 way|z15-[highway][surface=~/unpaved.*|dirt.*|earth.*|ground.*|mud.*/] 
     251way|z15-[highway][surface=~/unpaved|dirt|earth|ground|mud/] 
    252252{ 
    253253    text-color: #FFB0B0;