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

Incorrect rendering of bounding rect and convex hull for US layer #113

Open
skazemi opened this issue Dec 29, 2022 · 1 comment
Open

Incorrect rendering of bounding rect and convex hull for US layer #113

skazemi opened this issue Dec 29, 2022 · 1 comment

Comments

@skazemi
Copy link
Contributor

skazemi commented Dec 29, 2022

Bounding rectangle and convex hull are rendered incorrectly when the layer (US) passes beyond the (-180, 180) edges
It's related to the small part of US being on the right side of screen (-188.9)

@frewsxcv
Copy link
Owner

Yeah the -188.9 becomes a positive value upon transforming to EPSG:3857. I'm not sure how to handle this! If there's a way with PROJ to preserve the <-180 value. Or if that's the wrong approach. 🤔

EPSG:4326:

Screenshot 2022-12-30 at 11 50 59 AM

EPSG:3857:

Screenshot 2022-12-30 at 11 51 53 AM

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

2 participants