@@ -27,7 +27,9 @@ This is useful to individuals who are new to a city and want to find the nearest
***INSTALLATION OR USAGE REQUIRMENTS***
This a desktop version of the app.It works well with any python supported interface.The modules used are :
**OSM MAPS:-**
OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world.
...
...
@@ -89,6 +91,7 @@ Then using folium we make beautiful, interactive maps with Python and Leaflet.js
To create a base map we simply pass the starting coordinates to Folium.
To display it in a Jupyter notebook, simply ask for the object representation.
The default tiles are set to OpenStreetMap.
Using folium.marker we plot the hospitals with the help of latitudes and longitudes that are present in the excel document database that has been implemented and saved.