Mehigh17 / BlazorLeaflet

BlazorLeaflet is a Blazor component wrapping Leaflet's APIs, offering a simple and homogeneous implementation of the Leaflet maps.
MIT License
188 stars 91 forks source link

#29, #30, 32 Updates to map properties, fixed memory leak. #33

Closed AlexKven closed 4 years ago

AlexKven commented 4 years ago

29 Enables the Center and Zoom properties to set these properties on the map in the background.

30 Adds a Bounds property to the map that is automatically kept up to date with the map bounds.

32 Fixes a memory leak related to creating layers.

If you don't think one of these issues should be merged in here, let me know and I can remove them from this PR.

Mehigh17 commented 4 years ago

Thanks for the contribution, could you split the contribution in three commits? I think one commit per issue in this case should be enough.

AlexKven commented 4 years ago

I can break this up into multiple PRs. I'll close this one when I do that.