stefanocudini / leaflet-search

Search stuff in a Leaflet map
https://opengeo.tech/maps/leaflet-search/
MIT License
780 stars 334 forks source link

javascript error when using in Local simple.htm for leflet search #48

Closed Mrpof closed 10 years ago

Mrpof commented 10 years ago

Hello your simple sample works good on your website , but if I download your package I have 2 java script errors

Reference error L is not defined ( in leafletserch.js) i.e. ( L.controlsearch = l.control.extent)

Reference error L is not defined in simple.htm line 53 ( var map = new Lmap etc etc )

but the code of you page Ctrl U under firefox is exactly the same !

who can help me ?

I am under window 7 and Firefox

the link I am talking about http://labs.easyblog.it/maps/leaflet-search/examples/simple.html

regards

Mrpof commented 10 years ago

Problem solved ! in the zip package, there were no such path ( and script ! ) as

so the problem is solved by using a full http path, for instance

or http://labs.easyblog.it/maps/leaflet/dist/leaflet.js" same for the css ...