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
It seems that when resizing the container the animation lags due to too many "reset map view" calls (as well as due a "select all"):
No response
The text was updated successfully, but these errors were encountered:
@Raruto to solve this issue we need to refactor src/components/ViewPort.vue and set g3w-view-content element:
src/components/ViewPort.vue
g3w-client/src/components/Viewport.vue
Line 42 in b081d90
to be hover the g3w-view-map element id:
Line 33 in b081d90
and not more using the same parent content. In this way we can resize g3w-view-content without getMap request
Sorry, something went wrong.
$.LayoutManager
volterra79
No branches or pull requests
Checklist
Subject of the issue
It seems that when resizing the container the animation lags due to too many "reset map view" calls (as well as due a "select all"):
Steps to reproduce
Environment
Link to your project
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: