ktjaco / ligars

Leaflet Interactive Geocoding Application Routing System

Home Page:https://ktjaco.github.io/ligars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIGARS

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.

Getting Started

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'
	}
})

Credits

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.

About

Leaflet Interactive Geocoding Application Routing System

https://ktjaco.github.io/ligars

License:MIT License


Languages

Language:JavaScript 66.5%Language:CSS 31.4%Language:HTML 2.1%