You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice to have dotted line for walking route.
Setting lineDashPattern and lineCap does not help much as the dots are being stretched and bended when zoom level changes (I guess it's because this property does not support interpolation).
The text was updated successfully, but these errors were encountered:
Consider setting MGLLineStyleLayer.linePattern to an image that contains a circle with some padding or returning an MGLSymbolStyleLayer whose symbolPlacement is line and whose iconImageName looks like a circle.
Although a dotted line isn’t part of the style specification, the navigation SDK should use a dashed line to represent any walking segment of a route based on the RouteStep.transportType property. This would pair nicely with the camera and puck improvements tracked in #1942.
Mapbox Navigation SDK version: 0.35.0
It would be really nice to have dotted line for walking route.
Setting lineDashPattern and lineCap does not help much as the dots are being stretched and bended when zoom level changes (I guess it's because this property does not support interpolation).
The text was updated successfully, but these errors were encountered: