Replies: 3 comments 3 replies
-
The vehicle routing quickstart uses a poly line to display the route on the map; see for how to implement it. |
Beta Was this translation helpful? Give feedback.
-
Hi @ace19wre, glad to have you here with us in the discussions. Your message is a bit vague, but I'll describe what I think you want and answer that.
This is the discussion hub for the Open Source Solver, which does not in itself contain visualization. However, We do have quickstarts as @Christopher-Chianelli mentions which show you exactly how to do it using Leaflet.js. For details on Leaflet.js, please check out their documentation.
|
Beta Was this translation helpful? Give feedback.
-
@TomCools Sorry to distrub you again, please tell me how can I call the OSRM table api in the VRP example. The Locations map is calculated in the constructor using a statics instance of the haversine calculator. I tried using AI to guide me, but that asked me to create custom deserializer that crashed the JVM. So I am asking if my current approach would be right before I try to implement it, I am thinking of using a custom Application Scoped DTO in the API layer which then calculates the location matrix and then map that DTO to the actual planning solution class, would this work? And is there any other way to do it? |
Beta Was this translation helpful? Give feedback.
-
I need guidance on how to integrate a Geo Map with PolyLine for The VRP, Can anyone give me the basic steps on how to implement it, please?!
P.S
Please keep this discussion open, as I may have multiple questions related to this problem statement. I would prefer not to spam the discussion page. The codebase for this project will be made open-source under the Apache 2.0 license by the hackathon submission deadline. If necessary, I can provide proof of this.
Thanks for your cooperation.
Beta Was this translation helpful? Give feedback.
All reactions