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
We have two line layers one with zoom level 16 and other with zoom level 19. trying to use tile join where we can get the layer with zoom 16 to get overzoomed to zoom 19 in merged tiles.
The text was updated successfully, but these errors were encountered:
There were some bad performance problems with --overzoom that should be better after #149 and #147. Could you try it again and see if it works better for you now?
we tried making tile join with version 2.3.1 like
it works
tile-join -z16 -Z0 -o /var/merged/'.$filename.'/'.$filename.'.mbtiles -pk -pg';
it doesnt work
tile-join -z16 -Z0 -o /var/merged/'.$filename.'/'.$filename.'.mbtiles --overzoom -pk -pg';
We have two line layers one with zoom level 16 and other with zoom level 19. trying to use tile join where we can get the layer with zoom 16 to get overzoomed to zoom 19 in merged tiles.
The text was updated successfully, but these errors were encountered: