Map#getCenter returns incorrect result after invalidateSize({pan: false}) #1919
Closed
Description
opened on Jul 29, 2013
If the map is resized and invalidateSize({pan: false})
is called, then getCenter()
still returns this._initialCenter
, which is not correct -- the resize has effectively changed the center without "moving" the map.
Activity