Opened 15 years ago
Closed 15 years ago
#1300 closed defect (fixed)
Chrome basic web layout and base layer, zooming in/out will make features disappear
Reported by: | liuar | Owned by: | liuar |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | AJAX Viewer | Version: | 2.1.0 |
Severity: | major | Keywords: | |
Cc: | vito.huang@… | External ID: | 1311532 |
Description
- Set layer as base layer in map and give a number, such as 10, for total number for scales
- Create a basic web layout and use Chrome to browse
- Zoom in and zoom out some times, and the features in the layer is disppeared
Note:
See TracTickets
for help on using tickets.
Comments from Chris
This appears to be a defect in the way Chrome caches images. It is possible to resolve the problem by making each tile request URL unique. This can be done by adding a timestamp parameter as shown below in the if(chrome) section.
function RequestTile(col, row, tilex, tiley) { ... ...
... ... ... }