A Leaflet.js map created with Folium. This map was generated with the following Python code:
import folium
map_1 = folium.Map(location=[45.372, -121.6972], zoom_start=12,
tiles='Stamen Terrain')
map_1.simple_marker([45.3288, -121.6625], popup='Mt. Hood Meadows')
map_1.simple_marker([45.3311, -121.7113], popup='Timberline Lodge')
map_1.create_map(path='mthood.html')
I am having the same issue. Looks like I would have to use a for loop to add markers but I dont want to do that?? Does anyone know what replaced simple_markers