You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get: 1.mbtiles rendered at zoom level 1 (fine), from 2 to 4 (overzoom, acceptable), zoom level clipped between 1 and 5 (fine) but at level 5 I see the 1.mbtiles and the 5.mbtiles rendered, the first one being overzoomed.
As the zoom level of tessera prevents overzooming (the slippy map goes to zoom level 5 only), tile-merge should be able to enable/disable overzooming at intermediate level.
I can change the style in order to skip the display of the 1.mbtiles at zoom level 5 but I wonder if that's not something tilelive-merge should manage.
Another vision is to consider that some layers should be aggregated (here same date, just simplified at low zoom level) or blended (for instance mbtiles representing streets and buildings).
The info given by tl is conform to my expectation, not the rendering by tile-merge.
Using the protocol blend (tilelive-blend), it does what I'm looking for (except that it doesn't recognize the minzoom and maxzoom in order to restrict the range to valid zoom levels).
I've 2 vector mbtiles. 1.mbtiles valid for zoom level 1 and 5.mbtiles for zoom level 5.
This issue is correlated with mojodna/tl#21, but different.
Starting:
tessera 'merge:?source=mbtiles://./1.mbtiles&source=mbtiles://./5.mbtiles'
I get: 1.mbtiles rendered at zoom level 1 (fine), from 2 to 4 (overzoom, acceptable), zoom level clipped between 1 and 5 (fine) but at level 5 I see the 1.mbtiles and the 5.mbtiles rendered, the first one being overzoomed.
As the zoom level of tessera prevents overzooming (the slippy map goes to zoom level 5 only), tile-merge should be able to enable/disable overzooming at intermediate level.
I can change the style in order to skip the display of the 1.mbtiles at zoom level 5 but I wonder if that's not something tilelive-merge should manage.
Another vision is to consider that some layers should be aggregated (here same date, just simplified at low zoom level) or blended (for instance mbtiles representing streets and buildings).
The info given by tl is conform to my expectation, not the rendering by tile-merge.
The text was updated successfully, but these errors were encountered: