Closed segun-codes closed 2 years ago
The code L.Control.geocoder().addTo(map); was inadvertently left out when js code in /examples/index.html was transferred to /examples/js/index.js . There's a need to transfer code in line 42 in the snapshot below to index.js.
L.Control.geocoder().addTo(map);
/examples/index.html
/examples/js/index.js
can i claim the issue??
Hi @Oluwaseun241, sorry this issue is peculiar and it has a PR already. Thank you for your interest.
The code
L.Control.geocoder().addTo(map);
was inadvertently left out when js code in/examples/index.html
was transferred to/examples/js/index.js
. There's a need to transfer code in line 42 in the snapshot below to index.js.