Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basemap disappears when past max zoom #10564

Open
1 task done
offtherailz opened this issue Sep 20, 2024 · 0 comments
Open
1 task done

Basemap disappears when past max zoom #10564

offtherailz opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels

Comments

@offtherailz
Copy link
Member

offtherailz commented Sep 20, 2024

Description

Original problem notified here on the mailing list

The maxNativeZoom option documented on UI looks to be ignored.

During a previous investigation I noticed that this configuration, used

{
  "options": {
    "maxZoom": 15,
    "maxNativeZoom": 15
  }
}

Looks to be working on normal layers. This looks to be an issue on UI description or usage of parameters passed.

Anyway a user reported that when used as "base layer" the layer disappears (waiting for the steps on mailing list).

We need to:

  • Investigate if it is a problem of documentation or implemetnation
  • While the behaviour is different on base maps

How to reproduce

  • add as base layer the TMS: https://tiles.maps.linz.io/nz_aerialimagery_basemap/GLOBAL_MERCATOR/{z}/{x}/{y}.png with maxNativeZoom
  • zoom over the max native zoom inserted

Expected Result

  • the layer should be shown (a little nuanced because it will should tiles from lower levels of zoom

Current Result

  • the layer disappears.

  • Not browser related

Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Affected Version
Internet Explorer
Edge
Chrome
Firefox
Safari

Other useful information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants