Draw line between two points

0
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
2 answers
0

This is not included in the default Maps widget,  this alternative is only for Google maps not for open streetmap.

answered
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.

answered