Laggy map movement #423
-
|
I can't figure out why the camera movement is snappy/laggy. This happens both on phones and laptops, and both on the development server and the actual build. Recording.2024-06-18.143726.mp4My Map Component settings are the following: Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
This might have to do with the EDIT just noticed that you are indeed using a mapId and probably a map with heading/tilt enabled as well. |
Beta Was this translation helpful? Give feedback.
This might have to do with the
headingprop, can you trydefaultHeadinginstead?That shouldn't actually matter since you're not using amapId, so heading and tilt aren't supported on your map.EDIT just noticed that you are indeed using a mapId and probably a map with heading/tilt enabled as well.