Hi all,
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?
Thanks