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

onDrag errors #237

Closed
SymbolixAU opened this issue Nov 14, 2019 · 1 comment
Closed

onDrag errors #237

SymbolixAU opened this issue Nov 14, 2019 · 1 comment

Comments

@SymbolixAU
Copy link
Collaborator

The various onDrag* methods error if you drag a layer, rather than the base map.

Need a better way to handle it than

if( info.layer !== null ) { return; }

because this stops the event firing.

@dcooley
Copy link
Collaborator

dcooley commented Feb 2, 2020

I think this is done. Now dragging a layer returns details of the layer. dragging the map returns details of the map.,

@dcooley dcooley closed this as completed Feb 2, 2020
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