Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T87268 Copyright license and attribution issues (tracking) | |||
Invalid | None | T149179 Attribution and copyright tasks for the iOS app (tracking) | |||
Open | Feature | None | T157763 Replace Apple Maps with a freely licensed alternative | ||
Invalid | None | T155601 Stabilizing Interactive Products | |||
Open | None | T113008 Epic: Borders aren't always marked as disputed | |||
Resolved | Pnorman | T153282 [epic] Migrate to a new vector tile structure | |||
Declined | None | T153286 Switch to brighmed map style | |||
Declined | None | T153395 Add hillside shading to maps at low zoom | |||
Declined | None | T153407 Add more topographic features to the map | |||
Declined | Pnorman | T153402 Add mountain peaks to brighmed | |||
Declined | Pnorman | T153409 Rotate lake names for long lakes | |||
Resolved | Pnorman | T153408 Add lake names | |||
Resolved | Pnorman | T153400 Implement all osm-bright.tm2 features in brighmed | |||
Resolved | Pnorman | T154823 Style tunnels differently |
Event Timeline
Comment Actions
A couple of different ideas with the styling applied to the tunnel part
Dashed across
::casing { line-dasharray: 8,8; } ::fill { line-dasharray: 8,8; line-cap: butt; }
Dashed across, casing around dashes
::casing { line-dasharray: 9,6,1,0; } ::fill { line-dasharray: 8,8; line-cap: butt; }
Inner dashes
::casing { // no changes } ::fill { b/line-color: mix(white,@motorway-inner, 60%); b/line-width: @motorway-z14-width * (1 - 2*@motorway-casing-width); b/line-dasharray: 8,8; b/line-cap: butt; }
Dashed casing
::casing { line-dasharray: 8,8; } ::fill { // no changes }
Alternating dash casing
::casing { b/line-dasharray: 8,8; b/line-width: @motorway-z14-width; b/line-color: mix(@motorway-outer,@land,20%); b/line-cap: butt; } ::fill { // no changes }
Existing
This is a dashed casing implementation with high frequency dashes and a fill colour alteration
OpenStreetMap Carto
This is a dashed casing implementation with moderate frequency dashes and an obvious fill colour alteration
None of these options are difficult to implement. Dashed across and dashed casing require the fewest lines of code, I prefer alternating dash casing and inner dashes.
I find that the dashed casing options look a bit strange with width changes.
Of course, the size of the dashes can be tweaked.
Comment Actions
@Pnorman in order of (my) preference:
- Dashed casing
- Alternating dash casing
- Dashed across, casing around dashes
Comment Actions
Dashed casing implemented in https://github.com/kartotherian/brighmed/commit/fb445ef85cda3add39d69a35cdbd90eff07a4f94