angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Change center without panning animation #266

Open frulo opened 8 years ago

frulo commented 8 years ago

Hello,

is it possible to change the center position without an animation? I know that in leaflet it is possible ( map.setView( center, zoom, true ) )

thank you in advance,

Orlando