-
Notifications
You must be signed in to change notification settings - Fork 44
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
Z9 tiles are too slow to render #644
Comments
Phyks
added a commit
that referenced
this issue
Mar 4, 2023
Z9 was quite anomaly in terms of rendering time. It was taking much longer than Z8 and Z10 during pre-computation. Dominant layer was landuse_gen0. It was using subpixel rendering for landuse, which is useful at very low zoom but seems to be safely discardable at Z9. See as well gravitystorm/openstreetmap-carto#2874 and gravitystorm/openstreetmap-carto#3458 (comment). See #644.
Merged
Phyks
added a commit
that referenced
this issue
Mar 4, 2023
Z9 was quite anomaly in terms of rendering time. It was taking much longer than Z8 and Z10 during pre-computation. Dominant layer was landuse_gen0. It was using subpixel rendering for landuse, which is useful at very low zoom but seems to be safely discardable at Z9. Also add checks between way geometries and bbox to ensure correct usage of geospatial indexes in db. See as well gravitystorm/openstreetmap-carto#2874 and gravitystorm/openstreetmap-carto#3458 (comment). See #644.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Precomputing up to Z8 takes a few hours worldwide.
Precomputing Z10 takes few hours worldwide.
Precomputing Z9 takes more than 12 hours worldwide.
The text was updated successfully, but these errors were encountered: