• Resolved damdam

    (@damientopin)


    I’m working on a website that sells travel tours. For each tour, I want to display a map with the various stops. I chose to use polylines to “join” each city following the roads on the map but drawing them one by one is very tedious and time consuming. It requires a lot of zooming in and out and quite often, when I zoom out enough to see which road I should follow I end up clicking on the previous point so the polyline stops extending. The only way to extend this line is to grab that last point and move it to the end goal. Finally I create more points by drag and drops to the needed position. But still, this is slow and not precise.

    On Google Maps we enter all the destinations then grab the lines and drop them on the road we want. It’s super fast. I’m not sure if APIs maps offer this behavior for free and/or if it’s technically something too hard to introduce but then, how about curves ?

    Joining those cities with straight lines does not look great at all. It would be great if we could create curves instead of straight lines. On software like Affinity or the default note tool in Finder (MacOS) we can draw a line and then grab it any where in the middle to create a curve. Having curves would give more possibilities in term of presentation.

    Examples of curves in maps https://www.asiaventura.fr/circuit/vietnam-circuit-15-jours

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author DylanAuty

    (@dylanauty)

    Hi @damientopin,

    Thank you for sharing your use case, and how curved polylines would be useful. This is something I’ve experimented with in the past, and I do believe it’s something we can achieve in the future.

    From a technical aspect, it may be somewhat complicated, but this is something we have experience with for other visualizations within our maps, and I believe we could create something similar to Affinity by implementing bezier curves, or a similar curve approach into our polyline drawing tools.

    We’ve had a similar feature on our internal feature request board for a while, but we haven’t had a good use case for it yet. Your tour example serves as a great point of reference.

    I’ve flagged this on our side, and you can expect to see it in the future! We are also working on some solution to allow map routes to be used as polylines, whereby you mark a point A, B, C (for example) and we use directions to plot the lines for that automatically.

    This is scheduled to release in 2026.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.