-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
map is sometimes displaced, depending on load times #493
Labels
Bug
https://github.com/dotnet/roslyn/wiki/Labels-used-for-issues#bugs
Comments
robstoll
added
the
Bug
https://github.com/dotnet/roslyn/wiki/Labels-used-for-issues#bugs
label
Dec 17, 2021
Found the issue, on first map rendering, the resize has to happen before the first fitBounds |
robstoll
added a commit
to tegonal/proximap
that referenced
this issue
Dec 17, 2021
…tains#489 switch between cities moreover: - water-fountains#490 do not handle programmatic route changes - fix some null vs. undefined issues - update mapboxgl to latest version not included yet in this commit: - loading fountains outside of a city
robstoll
added a commit
to tegonal/proximap
that referenced
this issue
Dec 17, 2021
…tains#489 switch between cities moreover: - water-fountains#490 do not handle programmatic route changes - fix some null vs. undefined issues - update mapboxgl to latest version not included yet in this commit: - loading fountains outside of a city
robstoll
added a commit
to tegonal/proximap
that referenced
this issue
Dec 17, 2021
…tains#489 switch between cities moreover: - water-fountains#490 do not handle programmatic route changes - fix some null vs. undefined issues - update mapboxgl to latest version not included yet in this commit: - loading fountains outside of a city
robstoll
added a commit
to tegonal/proximap
that referenced
this issue
Dec 17, 2021
…tains#489 switch between cities moreover: - water-fountains#490 do not handle programmatic route changes - fix some null vs. undefined issues - update mapboxgl to latest version not included yet in this commit: - loading fountains outside of a city
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Depending on loading times of the map tiles it happens that the
this.map.resize()
occurs too early and the map is not resized correctlyTo Reproduce
load the map enough times, at some point you will see:
instead of
Which has the effect, that the desired bounding box of the city zurich is not in the middle
The text was updated successfully, but these errors were encountered: