ibikecph / cphbikes

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

Indicate no access roads #33

Closed sensescape closed 11 years ago

sensescape commented 11 years ago

access=private access=restricted

sensescape commented 11 years ago

this is not working:

z14-roads[kind='minor_road'][access='private']{

::road_inline{ line-width:20; line-color:#ff0000; line-dasharray: 5, 1.5; }

}

tried this too, but not working either: .copenhagen_line[kind='minor_road'][access='private'], .copenhagen_line[kind='minor_road'][access='restricted']{ ::road_inline{ line-width:20; line-color:#ff0000; line-dasharray: 5, 1.5; } }

sensescape commented 11 years ago

Expose access=* via High Road so the same road classifications can be used.

mojodna commented 11 years ago

Do we still need to do this, or is the current way sufficient?

sensescape commented 11 years ago

done