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

Do not assign window as caller for vector layer reload method #1413

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

dbauszus-glx
Copy link
Member

calling a bound method like this from a [window] setTimeout() method assigns the window as this.

setTimeout(layer.reload, 100)

@dbauszus-glx dbauszus-glx self-assigned this Aug 12, 2024
@dbauszus-glx dbauszus-glx added the Bug A genuine bug. There must be some form of error exception to work with. label Aug 12, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good here :)

@@ -1,7 +1,7 @@
{
"locale": {
"plugins": [
"${PLUGINS}v4.8.0/coordinates.js"
"${PLUGINS}/v4.8.0/coordinates.js"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to change in this PR?
Isn't this in line with the xyz_settings?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it doesn't need to change in this PR. In fact there should be an issue to review whether a workspace with private variables should be in the repository.

Copy link

sonarcloud bot commented Aug 12, 2024

@dbauszus-glx dbauszus-glx merged commit 9569244 into GEOLYTIX:main Aug 13, 2024
5 checks passed
@dbauszus-glx dbauszus-glx deleted the vector-layer-reload-timeout branch September 9, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A genuine bug. There must be some form of error exception to work with. v4.x.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants