Leaflet Interactive Geocoding Application Routing System
LIGARS is an interactive mapping application capable of geocoding, routing and Overpass API requests. It was developed using the Leaflet Javascript mapping framework and a series of previously developed plug-ins.
Edit the index.js
file to your own person API keys.
API keys for the Mapzen, Google and Graphhopper applications can be requested at:
sudo nano index.js
Geocoders:
geocoders = {
'Google': L.Control.Geocoder.google(' API KEY HERE ')
}
Routing:
router: L.Routing.graphHopper(' API KEY HERE ', {
urlParameters: {
vehicle: 'car'
}
})
This application uses open source components. You can find the source code of their open source projects along with license information below. I personally acknowledge and am grateful to these developers for their contributions to open source software in the GIS community.