Skip to content

Vaishya26/Flask-Folium

Repository files navigation

Flask-Folium

An easiest way to plot maps with Live Location using python(Flask Framework) and Folium without using any Cloud Api's.

Step [1]. pip install -r requirements.txt

Step [2]. Configure your database from where you will be retrieving latitudes and longitudes. (In flaskapp.py)

Step [3]. Your map.html file will be created or updated under /templates every time whenever function map() is triggered and when route /mapview is requested on server.