Opened 14 years ago
Closed 14 years ago
#6139 closed defect (fixed)
TMS layers don't zoom beyond z18 by default
Reported by: | rasher | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | |
Keywords: | Cc: |
Description (last modified by )
By default, TMS layers won't zoom past z18 unless the user manually adds a maximum zoom level in the "Zoom" column of the layer dialog. This seems slightly unfortunate, as this interface isn't very obvious.
I suspect #6134 might help for manually added layers (I have only read the description of the patch), but for layers added from a preset, the problem still occurs.
On the Settings tab, there is a max zoom level setting, which appears to have no effect at all - despite setting it to 20, a TMS layer with no max zoom set will still only zoom until z18.
It would be nice if:
- The presets from wiki:Maps could include a (default) max zoomlevel
- If no max zoom level is set for a layer, either the setting from the settings tab should be used, or perhaps the imagery plugin should be smart enough to allow zooming until it receives a 40x response.
Parts of this ticket are enhancement requests, but I consider the fact that the max zoom level setting has no (obvious?) effect a bug.
Attachments (1)
Change History (6)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:4 by , 14 years ago
Why isn't the Max zoom lvl TMS setting used, rather than a hardcoded level? It doesn't seem to have any effect that I have noticed.
Second part is fixed in [o25798]. First part is adressed not to me.