You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
MtnBiker
changed the title
mouseup not working after fading
Dragging not working after fading
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:
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.The text was updated successfully, but these errors were encountered: