Skip to content
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

After moving the map view, some geometries are drawn at the wrong place #3

Open
michaelzangl opened this issue Aug 19, 2015 · 0 comments

Comments

@michaelzangl
Copy link
Owner

There is a race condition between the thread that moves the view and the one that generates the geometries to draw on the screen.

This is why they sometimes get drawn at the wrong place (and then stay there until they are redrawn because of a hover/...)

To solve this, we would need to provide JOSM with a new view position tracking system. Work on this was done by adding a separate class that handles view position That position can then be passed on to the draw calls instead of the global MapView reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant