-
|
When using the maplibregl backend, I'm wondering if it is possible to place limits on navigation in the globe projection? The issue I'm trying to address is that I've got a vector layer that doesn't render properly if I navigate close to the north and south poles. So I'm wondering if I can prevent navigating north / south beyond a certain limit to avoid that artifact from appearing. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 23, 2026
Replies: 1 comment 1 reply
-
|
Yes, you can pass the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can pass the
max_boundsparam during map initialization. See this example: https://leafmap.org/maplibre/restrict_bounds/