-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
not our bugThe bug cannot be fixed in folium but needs to be solved somewhere elseThe bug cannot be fixed in folium but needs to be solved somewhere else
Description
I'm using code directly from http://folium.readthedocs.io/en/latest/quickstart.html
This will render the map just fine (with the markers commented out):
map_2 = folium.Map(location=[45.372, -121.6972],
zoom_start=12,
tiles='Stamen Terrain')
#folium.Marker([45.3288, -121.6625]).add_to(map_2)
#folium.Marker([45.3311, -121.7113]).add_to(map_2)
map_2
But when I un-comment those two Marker lines, I get no error message, but the map doesn't render, I just get a plain white space. I'm just trying to familiarize myself with folium, so sorry if I'm missing something obvious.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
not our bugThe bug cannot be fixed in folium but needs to be solved somewhere elseThe bug cannot be fixed in folium but needs to be solved somewhere else