diff --git a/tests/manual/multiple-google-layers.html b/tests/manual/multiple-google-layers.html new file mode 100644 index 0000000000..6645138db3 --- /dev/null +++ b/tests/manual/multiple-google-layers.html @@ -0,0 +1,131 @@ + + + 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: +

    +
  1. Adding and removing layers doesn't raise any errors + (regardless of how many times the same layer is added/removed).
  2. +
  3. The Google "Powered By" link is always visible and clickable + when a Google layer is displayed.
  4. +
  5. The Google "Terms of Use" link is always visible and clickable + when a Google layer is displayed.
  6. +
  7. 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.
  8. +
  9. Setting the base layer to the "Dummy Layer" hides all other + Google base layers, "Powered By" link, and "Terms of Use" link.
  10. +
+

+ + + \ No newline at end of file