shramov / leaflet-plugins

Plugins for Leaflet library
http://psha.org.ru/b/leaflet-plugins.html
MIT License
722 stars 289 forks source link

error in example #283

Closed astomas closed 2 years ago

astomas commented 5 years ago

I've tried to use the example for permalink but have the following error in console: "L.Control.Permalink is not a constructor at permalink.html:27". l.27 is "map.addControl(new L.Control.Permalink({text: 'Permalink', layers: layers}));" the .js permalink are correctly referenced (no error finding them in console). An idea why? Thanks

brunob commented 5 years ago

I can run the example provided in the repo without any error, can't help you without a link to a fiddle showing the bug.