Replies: 1 comment 2 replies
-
We already do network-based simplification in https://github.com/protomaps/basemaps/blob/main/tiles/src/main/java/com/protomaps/basemap/postprocess/LinkSimplify.java - the main limitation is that we do not have a full global-scale view ever in memory in the current build process, only a per-tile view. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just came across some recent work of street network simplification with neatnet. Maybe it might be an idea to apply this algorithm to lower zoom levels to save a few more megabytes.
More concretely, features like these freeway junctions
aren't recognizable anyway on zoom levels like this
Just as an idea for further discussion.
References:
P.S. just realized I'd better opened this issue under the basemaps repo.
Beta Was this translation helpful? Give feedback.
All reactions