Open talentlessguy opened 4 years ago
Noting here that a very similar error happens on the ZoomableGroup demo when you mouse-zoom and then attempt to use the UI controls to zoom.
Potential duplicate of #163
Potential duplicate of #163
:thinking: most probably but better keep it because it is more a question than a bug report
Problem
I don't understand how to properly zoom to a position of a click,
.center(center)
on projection doesn't do anythingCode
I also noticed there's a
center
property forZoomableGroup
but it also doesn't seem to be working properly. It zooms to one place and map becomes no draggable anymore.Here are the warnings in console:
Additional info
Help would be appreciated.