Changes between Initial Version and Version 1 of Ticket #11701, comment 20
- Timestamp:
- 2015-07-23T11:47:22+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11701, comment 20
initial v1 1 1 Confirmed, when zooming & panning in EPSG:3006, it will sometimes load some of the tiles correctly, but often doesn't even try (no request seen in wireshark). It then displays `No tiles at this zoom level`. Debugging `AbstractTileSourceLayer.getTileSetInfo`, I get -4 for `ts.size()`, which looks a bit odd. 2 3 Edit: My projection string is `+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +wmssrs=EPSG:3006 +units=m +no_defs` (using WMS 1.1.1).