-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug] Some preview tiles are not loading in georeferencer view #160
Comments
Did a little poking around right now, and all of the VRTs seem to exist and the source JPG does exist. Tried removing all GCPs one by one and then adding three back in, and still the same issue. There may be something strange with the underlying JPG. Will have to dig deeper when I can. |
Thanks for checking — no big rush on this. |
Checking back in on this — I think this sheet might have the same issue: https://oldinsurancemaps.net/resource/11565. There seems to be a pattern where this is happening to sheets that are being revisited via "edit georeferencing". |
Ah, ok, I will look into this as soon as I can. Thanks for the extra info. |
Strangely, all of these previews are showing up now as expected. We'll keep this ticket open in case the issue arises again. I think this rules out any issue with the underlying image file as suggested above. |
Adding another sheet that has been experiencing this bug for while: |
Adding two more: https://oldinsurancemaps.net/resource/12087 and https://oldinsurancemaps.net/georeference/10933/ — I'm getting a sense from the students that they're usually seeing this issue at least once per session. |
Sounds good, I should be able to figure this out this weekend. |
No good resolution yet, but I think this stems from TiTiler, the dynamic tiling engine. Ultimately, just restarting the Titiler container seemed to solve the issue (at least temporarily). For a bit more context: The tiles are generated through a set of virtual rasters (VRTs) that ultimately point back to the downloaded non-geospatial JPEG image. The chain looks like: original JPEG -> VRT with GCPs embedded (created via GDAL Translate) -> Warped VRT (created with GDAL Warp) The warped VRT is passed to TiTiler for tiling. When the errors above occur, Titiler returns |
Students have been reporting this bug way less but one instance happened today on Sacramento, Calif. | 1952 | Vol. 2 p171 [1]. The student thinks its related to trying to return to this sheet and revise the georeferencing points. |
Ok, I've made a small change base on a hunch but can't do extensive testing right now. Let me know if the issue comes up again this week. |
@rchampine Has this been happening within the last few months? I feel like there has been plenty of activity that we would know if it's been fixed or not (I haven't seen it but haven't been testing for it). |
Some sheets in this Richmond volume fail to load. Toggling the preview setting does not solve the issue. Known sheets with this issue:
https://oldinsurancemaps.net/georeference/7204/
https://oldinsurancemaps.net/georeference/7229/
Most sheets in the volume are behaving as expected.
Example screenshot:
The text was updated successfully, but these errors were encountered: