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

When MousePosition is enabled, other plugins are updated when it's not necessary #1470

Closed
mbarto opened this issue Feb 16, 2017 · 0 comments
Closed

Comments

@mbarto
Copy link
Contributor

mbarto commented Feb 16, 2017

This usually happens because mouse coordinate are in the map state fragment, and any component connected to this one could be updated when it's not really needed.
We could:

  • better connect some components to avoid updates on mousemove
  • move mouseposition data out of the map fragment
@mbarto mbarto added the bug label Feb 16, 2017
@mbarto mbarto added this to the 2017.02.00 milestone Feb 16, 2017
mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 14, 2017
@mbarto mbarto closed this as completed in 10cbe34 Mar 14, 2017
@ghost ghost removed the pending review label Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants