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. --- misc/openlayers/examples/popupMatrix.html | 652 ++++++++++++++++++++++++++++++ 1 file changed, 652 insertions(+) create mode 100644 misc/openlayers/examples/popupMatrix.html (limited to 'misc/openlayers/examples/popupMatrix.html') diff --git a/misc/openlayers/examples/popupMatrix.html b/misc/openlayers/examples/popupMatrix.html new file mode 100644 index 0000000..213f580 --- /dev/null +++ b/misc/openlayers/examples/popupMatrix.html @@ -0,0 +1,652 @@ + + + + + + + OpenLayers: Popup Mayhem + + + + + + + + + +

Popup Matrix

+ +
+ popup, popups +
+

+ All kinds of different popup configurations. +

+ +
+ + + + + + +

All of the images in this file a pre-cached, meaning they are + loaded immediately when you load the page (they are just placed + far offscreen, that's why you don't see them). +

+
+

The only image that is *not* preloaded is img/small.jpg, the brazilian + flag. We do this in order to test out to make sure that our auto-sizing + code does in fact activate itself as the images load. To verify + this, clear your cache and reload this example page. Click on + any of the markers in the 'AutoSize' row. If the popup autosizes + to correctly contain the entire flag: golden. If the popup is + tiny and you can only see a corner of it, then this code is broken. +

+ +
+ + + + + -- cgit v1.2.3