ibikecph / cphbikes

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

names of squares #60

Closed emiltin closed 11 years ago

emiltin commented 11 years ago

the squares are important for navigation, and should be labelled.examples:

Rådhuspladsen: http://a.tiles.mapbox.com/v3/stamen.cphbikes.html#18.00/55.67609/12.56892

nytorv and gammeltorv: http://a.tiles.mapbox.com/v3/stamen.cphbikes.html#18.00/55.67800/12.57290

mojodna commented 11 years ago

Added this to labels.mss to make them appear at z15:

#area-labels,
{
  [zoom>=15]
  {
    text-name: '[name]';
    text-face-name: 'Arial Regular';
    text-size: 12;
    text-halo-radius: 2;
    text-wrap-width: 32;
  }
}

screen shot 2013-05-30 at 4 05 24 pm screen shot 2013-05-30 at 4 05 31 pm screen shot 2013-05-30 at 4 05 41 pm

sensescape commented 11 years ago

screen shot 2013-05-30 at 5 26 13 pm

done