ebrelsford / Leaflet.loading

A simple loading control for Leaflet
MIT License
143 stars 49 forks source link

loadingControl doesn't exist #48

Closed davetapley closed 3 years ago

davetapley commented 3 years ago

The map options in the Leaflet 1.7.1 docs make no mention of loadingControl.

ebrelsford commented 3 years ago

Right, Leaflet doesn't define it, that option is added by this plugin as documented here. You can see an example of that here. Do you have a specific issue here?

davetapley commented 3 years ago

Aha, I see! Thanks for clarifying 😊

I was led down the garden path by react-leaflet, for reasons I've enumerated on https://github.com/PaulLeCam/react-leaflet/issues/847.

I think the issue needs to be resolved there, so I'll close this for now.