We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6a8e9 commit c84ad63Copy full SHA for c84ad63
demo/index.html
@@ -27,7 +27,7 @@
27
28
<script type="text/javascript">
29
var map = L.map('map').setView([0, 0], 2),
30
- geocoder = L.Control.Geocoder.nominatim()
+ geocoder = L.Control.Geocoder.nominatim(),
31
control = L.Control.geocoder({
32
geocoder: geocoder
33
}).addTo(map),
0 commit comments