-
There is currently a buggy behavior when I scroll to zoom in and out with the magnifier using a touchpad. Relevant parts from my configuration:
```xml
...
yes
…
-
Is the "initial-zoomout-validate" config value supposed to be working? i did a quick search in the repo, and DynmapWorld.doInitialScan() does not seems to be implemented anywere.
If not, do you ha…
-
In #151 there was introduced an optimization for tile loading inside `_isCurrentTile` function.
```
_isCurrentTile : function(coords, tileBounds) {
if (!this._map) {
return true;
}
…
-
I am in a search of help. I am using TurnJS API and looking for ZoomIn and ZoomOut functionality using the buttons instead of click/tap on the flipbook. The Zoom-in and Zoom-out need to be factor base…
-
**Describe the bug**
zoomIn(), zoomOut(), resetTransform() do not trigger onZoom/onZoomStart/onZoomStop
This issue seems to be similar to #305
**To Reproduce**
1. Set `onZoom()` and other h…
-
Testing animation in Leaflet 1.0.0 stable
https://github.com/OriginalSin/Leaflet1.0.0-test
-
### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of C…
-
when zoom in or out smoothly it was working file but when zoom disastrously its crash app
`E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.vnerds.kisnaapp, PID: 26386
java.lang.Illega…
-
Hi, Nikocode! First of all, thank you for your work! I can 't figure out how I can zoom in and zoom out real time camera in your programm? setParameters.setZoom() is not working! Thanks!
-
I would like to create my own ```zoomIn()``` and ```zoomOut()``` buttons on a toolbar, but there does not seem to be an api call into ```MapboxMap``` for this. I tried
```
mapboxMap.scaleBy(15.…