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

Please add interactive callback events to this widget. #177

Open
dprophet opened this issue Feb 19, 2020 · 0 comments
Open

Please add interactive callback events to this widget. #177

dprophet opened this issue Feb 19, 2020 · 0 comments

Comments

@dprophet
Copy link

Please add interactive events in this Mapbox widget, like what ipyleaflet has

I see in the ROADMAP.md
"Hover/Highlight/select styles on mousemove and selection on click"

I do see some

 map.on('click', 'linestring', function(e) {
            map.flyTo({
                center: e.lngLat
            });
        });

But this work does not appear to be done?

Even if this is complete there are no examples of using interactive events in the mapbox examples directory.

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

1 participant