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

Optional send on click #272

Merged
merged 1 commit into from May 6, 2024
Merged

Optional send on click #272

merged 1 commit into from May 6, 2024

Conversation

zafrirron
Copy link
Contributor

Currently, the map sends all entity data with every click, which could result in transmitting a large amount of data, especially if popups and context menus include HTML. Since most entities are created by the backend, this data is often unnecessary. To maintain backward compatibility, the default should be to preserve the current behavior. Additionally, an optional setting should be introduced; if set to false, it will disable the data transmission on click.

@dceejay
Copy link
Owner

dceejay commented May 6, 2024

Nice idea - thanks.

@dceejay dceejay merged commit 98e90c8 into dceejay:master May 6, 2024
3 checks passed
@zafrirron zafrirron deleted the SendOnClick branch May 7, 2024 06:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants