BlazorLeaflet icon indicating copy to clipboard operation
BlazorLeaflet copied to clipboard

#32 Allow Center and Zoom to be set after initialization

Open AlexKven opened this issue 4 years ago • 1 comments

Currently, Center and Zoom only take effect at initialization. This pull request allows Center and Zoom to be set after initialization, and it will apply these changes to the map automatically. There is an optional error handler property that allows you to specify an action that gets run if an error occurs in an async method.

AlexKven avatar Jun 10 '20 17:06 AlexKven

Rebased onto master.

AlexKven avatar Jun 11 '20 18:06 AlexKven