tilezen / vector-datasource

Tilezen vector tile service - OpenStreetMap data in several formats
https://www.nextzen.org/
Other
509 stars 119 forks source link

Landuse layer min_zooms too detailed and prevents merging #2046

Open nvkelso opened 2 years ago

nvkelso commented 2 years ago

To encourage more feature merging, the min_zoom of features in the landuse layer should always be ints not floats. See 512px sized 13/1705/3108.mvt and 14/3412/6216.mvt where the grass has a tenths place on it's float that prevents feature merging.

Aside: These will also move to a new layer in https://github.com/tilezen/vector-datasource/issues/2025

Not all of these have float min_zoom now, but all of them should have int min_zoom after.