ibikecph / cphbikes

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

Design foot paths, differentiate where you can push your bike #25

Closed sensescape closed 11 years ago

sensescape commented 11 years ago

highway=steps highway=footway highway=pedestrian

in combination with bicycle no and bicycle yes

show places where you can push only push your bike in path - dotted line or

sensescape commented 11 years ago

Foot paths added, need to style now

emiltin commented 11 years ago

places where you cannot push you bike are marked with bicycle=no. for example: highway=footway, bicycle=no.

streest where you can normally ride your bike can be marked as with bicycle=dismount, to indicate that you can only push the bike. ex: highway=residential, bicycle=dismount.

sensescape commented 11 years ago

Seth, tried this, i don't think it's drawing:

copenhagen_line[highway='residential'][bicycle='dismount'] {

::road_inline{ line-width:20; line-color:#ff0000; line-dasharray: 2, 1; }

}

Question for Emil,

Could you send me an example?

sensescape commented 11 years ago

What other types to add here ( need all major n minor roads)

copenhagen_line[highway='residential'][bicycle='dismount'],

copenhagen_line[highway='primary'][bicycle='dismount'],

copenhagen_line[highway='secondary'][bicycle='dismount'],

copenhagen_line[highway='tertiary'][bicycle='dismount'],

copenhagen_line[highway='pedestrian'][bicycle='dismount'] {

::road_inline{ line-width:1.5; line-color:#78c600; line-dasharray: 2, 3; }

}

mojodna commented 11 years ago

We can surface bicycle=* in High Road and use the 3 road classes from that if that's easier...