shramov / leaflet-plugins

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

leaflet.js:6 Uncaught TypeError: Cannot read property 'call' of undefined #252

Closed intersel closed 7 years ago

intersel commented 7 years ago

When trying to run the example/google-custom.html with the version 1.0.1 of leaflet (http://cdn.leafletjs.com/leaflet/v1.0.1/leaflet.js), I've got this error leaflet.js:6 Uncaught TypeError: Cannot read property 'call' of undefined

Does it mean that the plugin is not compliant with version > 0.7.7 ?

brunob commented 7 years ago

Have you searched in issues ? See #250 & #175 & others, tl/dr google script is not compatible with leaflet 1.0 :)

intersel commented 7 years ago

Thx for your answer and more clear now about google script status!