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

InteractionOptions - doubleClickZoom value has no effect #30

Open
odskee opened this issue May 16, 2024 · 3 comments
Open

InteractionOptions - doubleClickZoom value has no effect #30

odskee opened this issue May 16, 2024 · 3 comments

Comments

@odskee
Copy link

odskee commented May 16, 2024

When using

<RealTimeMap Options="options" @ref="realTimeMap" Parameters="parameters" height="700px" OnDoubleClickMap="onDblClickingMap" OnClickMap="onClickingMap"></RealTimeMap>

With (or any combination where doubleClickZoom = false)..

...
RealTimeMap.MapOptions options = new RealTimeMap.MapOptions()
    {
        interaction_options = new RealTimeMap.InteractionOptions()
        {
            doubleClickZoom = false
        }
    };
...

This seems to have no effect on map behaviour, with a double click always resulting in a zoom in. The OnDoubleClickMap does fire correctly.

Anything I'm missing?

@ichim
Copy link
Owner

ichim commented May 17, 2024

Hello sir,

It's a bug. I will fix this bug. Sorry

@odskee
Copy link
Author

odskee commented May 17, 2024

Thanks for clarifying that, not a major problem or anything. Fantastic work with the project so far.

@ichim
Copy link
Owner

ichim commented May 17, 2024

Thanks a lot, sir!

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

2 participants