jperelli / vue2-leaflet-markercluster

markercluster plugin extension for vue2-leaflet package
MIT License
132 stars 55 forks source link

upgraded to vue2-leaflet 2.0.0 #26

Closed Christilut closed 5 years ago

Christilut commented 5 years ago

The last version was giving an error because the L object was removed from vue2-leaflet, this should fix that.

Removed html linter plugin since it was giving me an error and I think linting can be done without it now (not sure, I use pug)

jperelli commented 5 years ago

Hi @Christilut, thank you very much for doing this, but I think It wasn't going to work. I took another approach into it by trying removing and not using the L object inside the library. I think it worked fine. Could you please try the latest release? (v3.0.0)

Christilut commented 5 years ago

Thanks!