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

Tile number can't display on satellite style #2223

Closed
mayagao opened this issue Mar 4, 2016 · 6 comments · Fixed by #8380
Closed

Tile number can't display on satellite style #2223

mayagao opened this issue Mar 4, 2016 · 6 comments · Fixed by #8380

Comments

@mayagao
Copy link
Contributor

mayagao commented Mar 4, 2016

mapbox-gl-js version:

0.15.0

Steps to Trigger Behavior

With satellite style, turn on tile boundaries

Expected Behavior

Display tile numbers just like on other styles

Actual Behavior

Tile numbers can't display correctly

screen shot 2016-03-04 at 8 48 32 am

@lucaswoj
Copy link
Contributor

lucaswoj commented Mar 4, 2016

bug confirmed, here's a functioning demo

@lucaswoj lucaswoj self-assigned this Mar 4, 2016
@lucaswoj
Copy link
Contributor

lucaswoj commented Mar 4, 2016

Some context

  • this bug exists as far back as f06c3e5 (first included in v0.14.1)
  • before f06c3e5, debug labels don't render on the satellite map at all

@lucaswoj
Copy link
Contributor

lucaswoj commented Mar 4, 2016

If I fix the bug causing debug labels to not render before f06c3e5, then I see that this bug seems to have been introduced in 250a500

@lucaswoj
Copy link
Contributor

lucaswoj commented Mar 5, 2016

@ansis Any ideas on why this would break iff there is a raster layer present?

@ansis
Copy link
Contributor

ansis commented Mar 5, 2016

@lucaswoj I think it's because raster tiles are 256 instead of 512? which makes this hack wrong and also makes everything smaller.

@lucaswoj
Copy link
Contributor

Just confirmed that this bug is still present in master 😞

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

Successfully merging a pull request may close this issue.

4 participants