humangeo / leaflet-dvf

Leaflet Data Visualization Framework
MIT License
689 stars 153 forks source link

1.0dev #91

Closed csxphil closed 8 years ago

csxphil commented 8 years ago

I first tried to utilize the recommended Leaflet Plugin methodology for module loaders

But as dvf extends or adds to the global L variable this method would not work.

I moved the code components into a closure so it could be utilized with module loading, there were a few other locally created variables that I changed to be a member object/function of the L global.

sfairgrieve commented 8 years ago

@csxphil Thanks for making these changes. I'll check them out and merge them soon.