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
I am currently working on a project that involves creating a navigation system with custom waypoints. My objective is to enable users to add their own points, lines, and areas on a map and utilize these custom elements for navigation. For example, users could drop pins at specific locations (like near the Eiffel Tower garden and at exit 3 of Bir-Hakim metro station) to set them as the source and destination. Additionally, I aim to include custom lines drawn by users as waypoints in their routes.
How can I effectively integrate dynamic layer data, such as these custom points, lines, and areas, into pgRouting? Specifically, I need to ensure that the pgRouting algorithm dynamically considers these custom layers when calculating routes. I am also interested in any examples, case studies, or documentation that detail such an integration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello pgRouting Community,
I am currently working on a project that involves creating a navigation system with custom waypoints. My objective is to enable users to add their own points, lines, and areas on a map and utilize these custom elements for navigation. For example, users could drop pins at specific locations (like near the Eiffel Tower garden and at exit 3 of Bir-Hakim metro station) to set them as the source and destination. Additionally, I aim to include custom lines drawn by users as waypoints in their routes.
How can I effectively integrate dynamic layer data, such as these custom points, lines, and areas, into pgRouting? Specifically, I need to ensure that the pgRouting algorithm dynamically considers these custom layers when calculating routes. I am also interested in any examples, case studies, or documentation that detail such an integration.
Thank you in advance for your assistance.
All reactions