-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
While solving #74, I discovered that there is a huge problem with too big vector tiles on low zoom levels. There should not be more than 10.000 features necessary for rendering just this single tile. In low zoom levels the single ways are simplified, but not merged. This causes that there are thousands of ways that consist of one or two nodes. Merging these short ways to a few longer would reduce the file size.
This issue can be used for collecting ideas on how to reduce the number of features in low zoom levels.