#2307 closed defect (duplicate)
wmsplugin: blank tiles saved
Reported by: | Owned by: | xeen | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | wmsplugin | Cc: |
Description
Sometimes WMS-server (at least Landsat) returns blank tiles and not an error message. wmsplugin thinks these are valid and happily saves them to cache. These tiles seem to be around 800 bytes, much smaller than proper tiles returned by the server.
The wms-layers reload erroneus tiles action does not reload these tiles, as the plugin doesn't recognise blank tiles as errnoeus.
Attachments (1)
Change History (10)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Hi,
I've been having this problem since last week, both on my home machine (Debian Linux, ADSL to internet) and at work (WinXP via work network and proxy). It has stopped me from doing any WMS mapping. I keep JOSM and plugins updated on both machines.
As with the other reports, about half tiles are blank, and only about 800 bytes per tile in cache. Most are 806 bytes, a few are 804 bytes.
Deleting the blank tiles and reloading doesn't help.
Thanks.
follow-up: 4 comment:3 by , 16 years ago
Owner: | changed from | to
---|
Detecting them based on file size surely isn't the right approach. I did a bit testing and I sometimes get tiles consisting of only one color but still are like 2 kB. Does anyone know a good algorithm to do that?
comment:4 by , 16 years ago
Replying to xeen:
Detecting them based on file size surely isn't the right approach. I did a bit testing and I sometimes get tiles consisting of only one color but still are like 2 kB. Does anyone know a good algorithm to do that?
All of mine are 804 or 806 bytes. JOSM shows them as black in colour.
I had a look at some of the blank tiles with a hex editor, and between the header and end of file stuff, the rest of the data shows as all zeros. Perhaps an algorithm/short_script to examine the data area of the files and check for all zeros?
Just a thought.
comment:6 by , 16 years ago
The threshold of 2048 is to small, I raised this to 4096 in the patch for #3294
comment:7 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is for example for error messages of the Yahoo WMS plugin.
comment:8 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
I have this problem since yesterday. I can't really use landsat images anymore because it loads only half the tiles or less