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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
In both iOS and Android SDK's attributions, when user open the IMPROVE THIS MAP, with some styles, such as traffic-night-v2 style, the feedback url is able to load the map correctly, but with other styles like streets-v11 style, the feedback map couldn't be loaded.
There is a javascript Error Error: [3]: Expected arguments of type (number, number) | (string, string), but found (value, number) instead.
The feedback page is including GL JS v0.44.0, which is ancient.
We'd better upgrade the GL JS version in the feedback page.
In both iOS and Android SDK's attributions, when user open the
IMPROVE THIS MAP, with some styles, such astraffic-night-v2style, the feedback url is able to load the map correctly, but with other styles likestreets-v11style, the feedback map couldn't be loaded.Per chat with @1ec5 :
We'd better upgrade the GL JS version in the feedback page.