Fork me on GitHub

Download

Download the latest release of Leaflet Control Geocoder:

These distributions include files that can be loaded with a normal <script> tag in your page.

Install

You can also install Leaflet Control Geocoder using NPM, and use it with for example Browserify:

npm install --save leaflet-control-geocoder

Using

Include leaflet-control-geocoder.css and leaflet-control-geocoder.js in a Leaflet page:

[...]
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<link rel="stylesheet" href="leaflet-control-geocoder.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="leaflet-control-geocoder.js"></script>