-
Notifications
You must be signed in to change notification settings - Fork 78
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
Basemapper sometimes has mixed jpg and png images #268
Comments
Basemapper shouldn't be a mix of pngs and jpgs when using the same upstream source. The suffix is defined in the imagery.yaml file, and shouldn't ever change when downloading tiles. Empty rows are from networking issues with the imagery server. I often have to run basemapper 2-3 times to get everything, but it should be easy to add support to try a tile again if there are networking issuses, which would eliminate the empty tiles. |
I should have clarified to say this is for a TMS source |
Perhaps we should add a provider "oam" that is specifically configured to work well with OAM. TMS can be quite varied, with metadata available and xy ordering. OAM for example uses the swapped |
There is an oam in imagery.yaml. I only used it for the Turkey earthquake, but didn't see any issues with mixing png and jpgs. The swapped xy is what forced me to add that setting in the config file. |
I can confirm this is only for custom TMS from OpenAerialMap. Perhaps it's a big with OAM providing mixed image types? Need to confirm. |
Describe the bug
Issue from #266
Tile data comparison
tile
table with mixed png / jpg data.Image comparison
Possible solutions
The text was updated successfully, but these errors were encountered: