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

Dragging not working after fading #80

Open
MtnBiker opened this issue May 17, 2017 · 0 comments
Open

Dragging not working after fading #80

MtnBiker opened this issue May 17, 2017 · 0 comments

Comments

@MtnBiker
Copy link

MtnBiker commented May 17, 2017

The Leaflet page created has an irritating problem. After you use the fading slider, moving around the map with click and drag doesn't work. The problem is here:

    $('#basemapslider').mouseup(function(){
      map.dragging.enable();
    })

Replacing with mouseout fixes the problem $('#basemapslider').mouseout(function(){. I'm just learning jS and don't know Python, so am reluctant to try to change the QTiles code myself. There may be other ways to fix this, but this works for me.

@MtnBiker MtnBiker changed the title mouseup not working after fading Dragging not working after fading May 17, 2017
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