ibikecph / cphbikes

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

Add bike route labels #49

Closed sensescape closed 11 years ago

mojodna commented 11 years ago

First pass at shields (in labels.mss), using the forest texture as the shield-file (because it's required):

#bike-route-labels
{
  shield-file: url("images/forest.png");
  shield-name: '[ref]';
  shield-face-name: 'Arial Bold';
  shield-size: 12;
  shield-fill: #4581C3;
  shield-halo-radius: 1;
  shield-halo-fill: @land;
  shield-spacing: 100;
  shield-wrap-width: 30;
}

screen shot 2013-05-23 at 6 00 56 pm

sensescape commented 11 years ago

How do we filter by character count to choose the appropriately sized shield?

screen shot 2013-05-24 at 5 08 25 pm

sensescape commented 11 years ago

screen shot 2013-05-28 at 1 57 15 pm

Done