Skip to content

Drawing exact ahead path in navigation mode #1338

Description

@Dizzy55

I draw ahead path in navigation mode. For this purpose I have used signal from "NavigationModel". Here is my code

    Connections {
        target: Navigation.navigationModel
        onRouteAheadChanged: {
            map.addOverlayObject(0, Navigation.navigationModel.routeWayAhead)
        }
    }

But I see strange ways on my screen. Sometimes "routeWayAhead" is longer than needed and my position marker is on it. In this situation user see a tail after marker
inside

Sometimes "routeWayAhead" is shorter than necessary and my position marker is outside of the way
outside

Is it a way to draw exact path for navigation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugFor issues that describe a bugrendererFor issues in the content of the rendering engine

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions