mapbox / mapbox/mapbox-navigation-ios

Add possibility for dotted line for walking route

Open
#2,204 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature jira-sync-complete topic: cartography
Dominant language
Swift
Stars
918
Forks
326
Avg merge
1h 16m
Merged PRs (30d)
3

Description

**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).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the walking-route rendering entry point in the Mapbox Navigation SDK and reviewing how lineDashPattern and lineCap are applied at different zoom levels. Compare the existing route-rendering behavior with the requested dotted walking line, then add coverage for the intended appearance across zoom changes; done means the dots remain visually consistent while navigating.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.