I am trying to plot markers and lines between markers on a map. The markers are distributed across a city so it would be nice to have detailed location information on the street names, city areas, etc. The following example uses mapbox to provide the map titles but it does not allow to draw lines between markers (it allows only to draw the markers): https://plot.ly/python/scattermapbox/
On the other hand, the following example allows to draw markers and lines between markers but the maximum map โresolutionโ is at country level (i.e., it is not possible to identify individual streets): https://plot.ly/python/lines-on-maps/
Is there any option to draw lines and markers on a map with street level resolution for the map tiles?
@mimapper You can draw lines on a map plotted by mapbox, too.
The lon and lat along the lines should be defined within a dict having the structure of a geojson type file https://en.wikipedia.org/wiki/GeoJSON.