Changes between Initial Version and Version 1 of Ticket #18064


Ignore:
Timestamp:
2019-08-22T14:01:57+02:00 (6 years ago)
Author:
SergeyAstakhov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18064 – Description

    initial v1  
    1 When adding a TMS layer without specifying the maximum zoom level (for example, via the remotecontrol from OpenAerialMap "Open in JOSM"), it is limited to the default level of 21, despite the fact that the settings for TMS in prefferences are set to a higher value.
     1When adding a TMS layer without specifying the maximum zoom level (for example, via the remotecontrol from OpenAerialMap "Open in JOSM"), it is limited to the default level of 21, despite the fact that the settings for TMS in preferences are set to a higher value.
    22
    33This limitation is obtained in the AbstractTileSourceLayer.checkMaxZoomLvl() method when comparing the zoom with the return value from the ts.getMaxZoom () method: