The idea is that our warehouse workers can click on one the dots and immediately see a route from our warehouse to that dot. Bonus points if the other dots remain in that view and they could click on them to immediately show another route without even closing the first one. Is there a way to do that?
not sure about leaving the other dots in place but maybe this might work. It does not of course follow actual road routes (though doable with geojson coordinates) this is more of bird flying path
Filter provided by Business Variable plugin
Hey thanks, I need a route though. The way I understand your leaflet link (is that also what you meant with geojson coordinates?) is that I need all the possible waypoint coordinates in my database in advance, which I dont have.
About 10 years ago, I used OpenStreetMap in an app. The way it used to work was, you would send a request in a link to OSM, consisting of start and end adress and some kind of access token for the api. Then OSM would send you the whole route back. Is that not possible here?
probably possible depends on the data type returned. if geojson wont be possible with geomap but possible with orchestra cities plugin. if lon, lat data it should be possible in both plugins
but the leaft routing approach works just fine also but you have to use it with business text plugin from Volkov labs.