From ef85f43d21e58f7a8d840e091097b0e10dffa82c Mon Sep 17 00:00:00 2001
From: ahocevar
Date: Thu, 26 Jan 2012 01:24:11 +0100
Subject: [PATCH 1/9] A tile queue that can be aborted.
This saves server requests, and because we use OpenLayers.Animation, setting img.src on a tile should not freeze iOS any more, so we can hopefully get rid of scheduleMoveGriddedTiles.
---
examples/mobile-wmts-vienna.html | 3 +-
examples/mobile-wmts-vienna.js | 2 -
lib/OpenLayers/Layer/Grid.js | 274 ++++++++----------
tests/Layer/ArcGIS93Rest.html | 5 +
tests/Layer/Grid.html | 19 +-
tests/Layer/MapServer.html | 5 +
tests/Layer/WMS.html | 5 +
tests/Layer/WrapDateLine.html | 5 +
tests/deprecated/Layer/MapServer/Untiled.html | 5 +
9 files changed, 165 insertions(+), 158 deletions(-)
diff --git a/examples/mobile-wmts-vienna.html b/examples/mobile-wmts-vienna.html
index 280f66ce74..11e1ee995e 100644
--- a/examples/mobile-wmts-vienna.html
+++ b/examples/mobile-wmts-vienna.html
@@ -6,8 +6,8 @@
+
-
City of Vienna WMTS for Desktop and Mobile Devices
@@ -22,6 +22,7 @@
functionality and uses the Geolocate control.