Hello, I'm using maps widget from mendix and using OpenStreetMap. Let's say I have two points, point A and point B. Is there any way to create a straight line between those two points? Thanks!
asked
Wahyu Dimas
2 answers
0
This is not included in the default Maps widget, this alternative is only for Google maps not for open streetmap.
answered
Chris de Gelder
0
Hi Wahyu,
You can’t achieve this using default widget.
You have to use Leaflet JavaScript library for this or you have to build custom map widget for this.