tilezen / vector-datasource

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

Add min_zoom = 17 for generated address points #2032

Closed nvkelso closed 2 years ago

nvkelso commented 2 years ago

Connects with https://github.com/tilezen/vector-datasource/issues/2023.

nvkelso commented 2 years ago

Relates to https://github.com/tilezen/tilequeue/pull/402 which removes overstuffed features from tiles when their min_zoom is larger than the tile's nominal zoom. But if the min_zoom is null then they aren't pruned! This sets the min_zoom to 17 so the generated address points will get pruned.

nvkelso commented 2 years ago

LGTM

I'm the author so I can't approve, @travisgrigsby you want to do those honors?