You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in the map "jumping" from an initially drawn location in Switzerland to the location specified by the plugin user (the website). The behavior seems unnecessary and can be avoided.
Expected Result, Expected Implementation
The map should draw the requested location immediately. No "jumping" should be noticeable.
The options.center value can be initialized correctly before the map is initialized and drawn.
The text was updated successfully, but these errors were encountered:
The JavaScript implementations currently initialize the
center
value to an arbitrary point in Switzerland:This results in the map "jumping" from an initially drawn location in Switzerland to the location specified by the plugin user (the website). The behavior seems unnecessary and can be avoided.
Expected Result, Expected Implementation
options.center
value can be initialized correctly before the map is initialized and drawn.The text was updated successfully, but these errors were encountered: