Following up from #1352 (comment)...
Looks like we source the Natural Earth scale_rank for min_zoom directly, and that starts at 3:
min_zoom: { col: scalerank }
So the changes in #1352 would introduce roads at zoom 3. We need to clamp the Natural Earth roads to 5.
Following up from #1352 (comment)...
Looks like we source the Natural Earth scale_rank for min_zoom directly, and that starts at 3:
So the changes in #1352 would introduce roads at zoom 3. We need to clamp the Natural Earth roads to 5.