MetOffice / forest

FOREST - Forecast and Observation Research and Evaluation Survey Tool
http://forest.metoffice.cloud
BSD 3-Clause "New" or "Revised" License
40 stars 29 forks source link

Unlimited zooming out and panning #13

Closed GAndrsn closed 6 years ago

GAndrsn commented 6 years ago

The addition of the scroll wheel and pan tools means zooming in and out and dragging the image around is possible. It is possible to limit the extent of zooming out and panning in Bokeh, so this should be applied, to limit the view to only where there is data.

GAndrsn commented 6 years ago

bokeh.models.Range1d() is probably what is needed:

https://bokeh.pydata.org/en/0.12.10/docs/reference/models/ranges.html

GAndrsn commented 6 years ago

Limits effectively applied to Sim Im vs Himawari-8

GAndrsn commented 6 years ago

Limits applied to all apps effectively. Changes pushed to repo, should take effect with next server restart.

GAndrsn commented 6 years ago

Issue fixed.