Slow Google Maps API Bundle #451
Labels
architecture
Architectural changes to the software
bug
Something isn't working
triage:low
Low priority issue or pull request
Application is set so that it will error out if the google maps API bundle fails to load. This is because it makes the assumption that the key is invalid if the bundle fails. However, this assumption is false in the face of slow internet downloads, where the user may take 10+ seconds to download the bundle. Currently, the system uses a promise which polls the google maps bundle to verify if it has been loaded every 0.5 seconds up to 2.5 seconds. This time limit should either be extended, or replace with a solution which better determines if the bundle is still loading/failed/completed.
The text was updated successfully, but these errors were encountered: