SINTEF / Geomaker

4 stars 4 forks source link

Feature request: aerial photo zoom level relative to interactive map #37

Closed VikingScientist closed 2 years ago

VikingScientist commented 4 years ago

Zoom level 1-16 is hard to interpret, and so I would like that the default value set what is currently used in the background map. One might then take an educated decision on wheter to increase or decrease this by a couple of levels

Workspace 1_007

VikingScientist commented 2 years ago

The zoom value is available from what I assume is here

https://github.com/SINTEF/Geomaker/blob/5f4a741bc95c315a2173b6728f1174a726f1165b/geomaker/db.py#L533-L539

Just have to figure a way to pass this to the JobDialog object.

TheBB commented 2 years ago

Well, not exactly. The zoom level must exist somewhere in the Javascript program running in the embedded web browser. We have to get it from there.