Conversation
|
Addresses everything but:
Because this also will affect tile size, let's compare a few tiles before/after (even reusing the same tiles from the earlier PR?). |
…ll minor road surface properties.
Yup, I had second thoughts about this, so didn't initially implement it. I've added it (although disabled) in 1f1b9a3. I ran a small sample of tiles in a zoom sequence roughly over Brooklyn:
Note that the sizes here are for roads layer only (although roads are often the largest single layer at mid zooms). Keeping the simplified Backfilling the default For the basic PR without backfilling, the property indices take up 11,927 bytes across 561 It looks like the benefits of backfilling might be minor at best. We'd get better results if we dropped |
|
I've filed #1724 for the v2 breaking change. Agree we should not implement the |
Sounds good. Removed in c842849. |
Reduce the number of different values for the
surfacetag on roads layer features below the zooms we typically stop naming the feature. This should allow for some information about surface finish, particularly important for walking and cycling maps, without leading to a combinatoric explosion of all the different properties. This should help effective merging at zoom levels where we don't really care about individual features (because they're just "background texture" or because they are too small to be individually noticeable).Connects to #1716.