This project contain python code to query coordinates from adresses via Google maps api or Geocode Nomatim, and leaftlet library to draw marker on a map.
This script add Latitude and Longitude to the xls file and generate resellers.js for leaftlet map.
pip install xlrd
pip install xlutils
and
pip install googlemaps
or
pip install geopy
Set your var and api key and launch:
python getLatLongGoogleMaps.py
python getLatLongNomatim.py
Leaflet marker clusturing is a submodule from https://github.com/Leaflet/Leaflet.markercluster
Inside Leaflet.markercluster
npm install -g jake
cd Leaflet.markercluster
npm install
Open marker-clustering-resellers.html in your browser