We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user location marker doesn't update as you move.
Also, sometimes it just doesn't show up because of timeouts.
I think we can fix this by adding changing getCurrentPosition to watchPosition here https://github.com/open-austin/austingreenmap/blob/master/client/js/utils/index.js#L13-L17. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPosition
getCurrentPosition
watchPosition
We may also need to add retries in case it throws an error.
The text was updated successfully, but these errors were encountered:
Ooh, we may need to figure out HTTPS + GitHub pages at some point. https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins
Sorry, something went wrong.
No branches or pull requests
The user location marker doesn't update as you move.
Also, sometimes it just doesn't show up because of timeouts.
I think we can fix this by adding changing
getCurrentPosition
towatchPosition
here https://github.com/open-austin/austingreenmap/blob/master/client/js/utils/index.js#L13-L17. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPositionWe may also need to add retries in case it throws an error.
The text was updated successfully, but these errors were encountered: