ibikecph / cphbikes

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

highway=pedestrian differentiate from footpaths #40

Closed sensescape closed 11 years ago

sensescape commented 11 years ago

style pedestrian streets different from footpaths - major shopping street - make wider cannot ride bike

highway=pedestrian - a bit wider

footpath/pedestrian good that they look related

sensescape commented 11 years ago

http://a.tiles.mapbox.com/v3/stamen.cphbikes.html#17.00/55.67699/12.57219 style pedestrian streets different from footpaths major shopping street - make wider cannot ride bike

sensescape commented 11 years ago

Done

/\ Highway pedestrian **/

.line[highway='pedestrian'] {

line-color: @color_road_inline; line-width: 0;

[zoom>=13] { line-dasharray: 4, 1; line-width: 0.5; }

[zoom>=14] { line-dasharray: 3, 1.5; line-width: 1; }

[zoom>=15] { line-dasharray: 4, 2; line-width: 2.25; }

[zoom>=16] { line-width: 5; line-dasharray: 6, 2; }

[zoom>=17] { line-width: 7; line-dasharray: 6, 3; } }