Ticket #1043 (closed defect: fixed)
Tiling get offseted from standard layers when resizing browser
| Reported by: | bscott | Owned by: | liuar |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | AJAX Viewer | Version: | 2.0.2 |
| Severity: | minor | Keywords: | haspatch |
| Cc: | External ID: |
Description
To reproduce In the sheboygan tiled map, Move the district layer from the base group to the standard not tiled layers. Open the layout in your browser (tested on IE) and play with the maximize and normalize button. Tiled layers display in the wrong places while the non tiled layer is OK.
There is a pretty simple patch to fix this defect. The ajaxviewer try to optimize the setting of the tile url with a "loaded" flag. If we remove this optimisation, everything work fine. This optimisation is not realy visible as there are never thousand of tiles.
So i suggest to remove this optimisation as it cause a defect
Bruno Scott

