ibikecph / cphbikes

I Bike CPH Carto (old)
2 stars 3 forks source link

Bridge and tunnels layer order needs fixing #34

Closed sensescape closed 11 years ago

sensescape commented 11 years ago

screen shot 2013-05-21 at 1 44 48 pm

Noticed layer order is wrong: http://maps.stamen.com/toner/#17/55.62918/12.57752

mojodna commented 11 years ago

Highways are ordered correctly.

To draw tunnels differently, add something along the lines of:

  [is_tunnel='yes']
  {
    ::outline
    {
      line-dasharray: 4, 4;
      line-color: #f0f;
    }
  }

or:

  [is_tunnel='yes']
  {
    line-opacity: 0.5;
  }

immediately beneath:

.roads[kind='major_road']
{
<paste here>
sensescape commented 11 years ago

is this fixed?

mojodna commented 11 years ago

Yes.