From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001
From: Chris Schlaeger
Date: Tue, 12 Aug 2014 21:56:44 +0200
Subject: Adding jquery, flot and openlayers to be included with the GEM.
---
.../tests/manual/multiple-google-layers.html | 135 +++++++++++++++++++++
1 file changed, 135 insertions(+)
create mode 100644 misc/openlayers/tests/manual/multiple-google-layers.html
(limited to 'misc/openlayers/tests/manual/multiple-google-layers.html')
diff --git a/misc/openlayers/tests/manual/multiple-google-layers.html b/misc/openlayers/tests/manual/multiple-google-layers.html
new file mode 100644
index 0000000..df5c4f0
--- /dev/null
+++ b/misc/openlayers/tests/manual/multiple-google-layers.html
@@ -0,0 +1,135 @@
+
+
+ Multiple Google Layers Acceptance Test
+
+
+
+
+
+
+
+
+
+
+ layers for map1
+
+
+
+
+
+
+
+
+
+
+ layers for map2
+
+
+
+
+
+
+
+
+ This example is used to confirm that resizable maps with multiple
+ Google layers work properly. Click the checkboxes to add/remove
+ layers from the maps. Use the layer switcher to change the map's
+ base layer. You should be able to confirm the following:
+
+
Adding and removing layers doesn't raise any errors
+ (regardless of how many times the same layer is added/removed).
+
The Google "Powered By" link is always visible and clickable
+ when a Google layer is displayed.
+
The Google "Terms of Use" link is always visible and clickable
+ when a Google layer is displayed.
+
Resizing a map (by resizing the browser window) and then
+ changing base layer works well. That is, the center & scale are
+ preserved and all tiles are well aligned.
+
Setting the base layer to the "Dummy Layer" hides all other
+ Google base layers, "Powered By" link, and "Terms of Use" link.