LeafletJS Maps
All the maps I built using LeafletJS- an awesome JS library for interactive Maps.
Leaflet JS Basic Map 1
This map contains Markers, Polygons, Circles, PopUps.
Leaflet JS Basic Map 2
This is a mobile interactive map that aks for the user location , locates the user and gives the location radius.
Leaflet JS Basic Map 3
This is a mobile interactive map of the state of Kentucky. It uses AJAX to fetch geojson from external URL and displays various data. Multiple geojson datasets are fetched by JQuery and AJAX here and overlaid on the leaflet map. Interactive popups with relevant data also added.