-
Is it possible to vary I have a situation where I want to simplify hexagonal H3 cells. In Alaska, they don't get simplified much and the hexagons are visible but further down they get simplified nicely. |
Beta Was this translation helpful? Give feedback.
Answered by
msbarry
Apr 21, 2023
Replies: 1 comment 1 reply
-
If it is not a big problem if it is not possible to change |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set pixel tolerance should always generate a consistent smoothing when rendered to web mercator since planetiler works in screen pixel coordinates. I think what's going on is the h3 cells get bigger at higher latitudes. I wonder if there's a variant that generates consistent sized cells in web Mercator?
If you really wanted to do this you could get the centroid of the feature when processing it, compute latitude and set the pixel tolerance based off of that