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

Antartica issue when using globe projection #59

Open
tricaric opened this issue Jan 30, 2025 · 4 comments
Open

Antartica issue when using globe projection #59

tricaric opened this issue Jan 30, 2025 · 4 comments

Comments

@tricaric
Copy link

I'm using maplibre-gl 5.1.0 and openfreemap tiles, in the "globe" projection:

 map.on("style.load", () => {
    map.setProjection({
      type: "globe", // Set projection to globe
    });
  });

and noticed that one large triangle is not rendering over Antartica, easier to spot with the positron tiles, see the attached screenshot.

Image

@matths
Copy link

matths commented Jan 30, 2025

I think this is not related to OpenFreeMap but to the data/polygon/points the maptiles were built upon. I just recently noticed something similar using not OpenFreeMap tiles based on Openstreetmap, but MapLibre Demotiles (https://github.com/maplibre/demotiles/) based on Natural Earth. I saw also this triangle shaped gap in Antarctica.
Thinking about that right now, it could also be related to MapLibreGL, but in general it is not perse an OpenFreeMap issue, I would argue. Cheers

@hyperknot
Copy link
Owner

hyperknot commented Jan 30, 2025 via email

@tricaric

This comment has been minimized.

1 similar comment
@tricaric
Copy link
Author

Reported here: maplibre/maplibre-gl-js#5433

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

No branches or pull requests

3 participants