Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 860 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 860 Bytes

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.