Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while using overzoom. #141

Closed
DeepakSharda opened this issue Sep 23, 2023 · 2 comments
Closed

Issue while using overzoom. #141

DeepakSharda opened this issue Sep 23, 2023 · 2 comments

Comments

@DeepakSharda
Copy link

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.

@e-n-f
Copy link
Collaborator

e-n-f commented Oct 18, 2023

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?

@DeepakSharda
Copy link
Author

DeepakSharda commented Oct 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants