move the examples images in an "img" directory, no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-02-22 13:06:35 +00:00
parent ab309197e2
commit b378d28e41
8 changed files with 90 additions and 90 deletions

View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -39,7 +39,7 @@
styleMap: new OpenLayers.StyleMap({ styleMap: new OpenLayers.StyleMap({
// Set the external graphic and background graphic images. // Set the external graphic and background graphic images.
externalGraphic: "../img/marker-gold.png", externalGraphic: "../img/marker-gold.png",
backgroundGraphic: "./marker_shadow.png", backgroundGraphic: "./img/marker_shadow.png",
// Makes sure the background graphic is placed correctly relative // Makes sure the background graphic is placed correctly relative
// to the external graphic. // to the external graphic.

View File

@@ -83,7 +83,7 @@
layer = new OpenLayers.Layer.Image( layer = new OpenLayers.Layer.Image(
"popupMatrix", "popupMatrix",
"popupMatrix.jpg", "img/popupMatrix.jpg",
new OpenLayers.Bounds(-82.5,-71.5,97.5,67.5), new OpenLayers.Bounds(-82.5,-71.5,97.5,67.5),
new OpenLayers.Size(1024,768) new OpenLayers.Size(1024,768)
); );
@@ -109,52 +109,52 @@
//anchored popup small contents no autosize //anchored popup small contents no autosize
ll = new OpenLayers.LonLat(-55,20); ll = new OpenLayers.LonLat(-55,20);
popupClass = OpenLayers.Popup.Anchored; popupClass = OpenLayers.Popup.Anchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup small contents no autosize closebox //anchored popup small contents no autosize closebox
var ll = new OpenLayers.LonLat(-50,20); var ll = new OpenLayers.LonLat(-50,20);
popupClass = OpenLayers.Popup.Anchored; popupClass = OpenLayers.Popup.Anchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored popup small contents autosize //anchored popup small contents autosize
ll = new OpenLayers.LonLat(-40,20); ll = new OpenLayers.LonLat(-40,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup small contents autosize closebox //anchored popup small contents autosize closebox
ll = new OpenLayers.LonLat(-35,20); ll = new OpenLayers.LonLat(-35,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored popup small contents autosize minsize //anchored popup small contents autosize minsize
ll = new OpenLayers.LonLat(-25,20); ll = new OpenLayers.LonLat(-25,20);
popupClass = AutoSizeAnchoredMinSize; popupClass = AutoSizeAnchoredMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup small contents autosize minsize closebox //anchored popup small contents autosize minsize closebox
ll = new OpenLayers.LonLat(-20,20); ll = new OpenLayers.LonLat(-20,20);
popupClass = AutoSizeAnchoredMinSize; popupClass = AutoSizeAnchoredMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored popup small contents autosize maxsize //anchored popup small contents autosize maxsize
ll = new OpenLayers.LonLat(-10,20); ll = new OpenLayers.LonLat(-10,20);
popupClass = AutoSizeAnchoredMaxSize; popupClass = AutoSizeAnchoredMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup small contents autosize maxsize closebox //anchored popup small contents autosize maxsize closebox
ll = new OpenLayers.LonLat(-5,20); ll = new OpenLayers.LonLat(-5,20);
popupClass = AutoSizeAnchoredMaxSize; popupClass = AutoSizeAnchoredMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
@@ -186,39 +186,39 @@
//anchored popup wide short fixed contents autosize //anchored popup wide short fixed contents autosize
ll = new OpenLayers.LonLat(35,20); ll = new OpenLayers.LonLat(35,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="wideshort.jpg"></img>'; popupContentHTML = '<img src="img/wideshort.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup wide short fixed contents autosize closebox //anchored popup wide short fixed contents autosize closebox
ll = new OpenLayers.LonLat(40,20); ll = new OpenLayers.LonLat(40,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="wideshort.jpg"></img>'; popupContentHTML = '<img src="img/wideshort.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored popup thin long fixed contents autosize //anchored popup thin long fixed contents autosize
ll = new OpenLayers.LonLat(50,20); ll = new OpenLayers.LonLat(50,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="thinlong.jpg"></img>'; popupContentHTML = '<img src="img/thinlong.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup thin long fixed contents autosize closebox //anchored popup thin long fixed contents autosize closebox
ll = new OpenLayers.LonLat(55,20); ll = new OpenLayers.LonLat(55,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="thinlong.jpg"></img>'; popupContentHTML = '<img src="img/thinlong.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored popup wide long fixed contents autosize //anchored popup wide long fixed contents autosize
ll = new OpenLayers.LonLat(65,20); ll = new OpenLayers.LonLat(65,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored popup wide long fixed contents autosize closebox //anchored popup wide long fixed contents autosize closebox
ll = new OpenLayers.LonLat(70,20); ll = new OpenLayers.LonLat(70,20);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
// //
@@ -228,52 +228,52 @@
//anchored popup small contents no autosize overflow //anchored popup small contents no autosize overflow
var ll = new OpenLayers.LonLat(-55,15); var ll = new OpenLayers.LonLat(-55,15);
popupClass = OpenLayers.Popup.Anchored; popupClass = OpenLayers.Popup.Anchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup small contents no autosize closebox overflow //anchored popup small contents no autosize closebox overflow
var ll = new OpenLayers.LonLat(-50,15); var ll = new OpenLayers.LonLat(-50,15);
popupClass = OpenLayers.Popup.Anchored; popupClass = OpenLayers.Popup.Anchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored popup small contents autosize overflow //anchored popup small contents autosize overflow
ll = new OpenLayers.LonLat(-40,15); ll = new OpenLayers.LonLat(-40,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup small contents autosize closebox overflow //anchored popup small contents autosize closebox overflow
ll = new OpenLayers.LonLat(-35,15); ll = new OpenLayers.LonLat(-35,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored popup small contents autosize minsize overflow //anchored popup small contents autosize minsize overflow
ll = new OpenLayers.LonLat(-25,15); ll = new OpenLayers.LonLat(-25,15);
popupClass = AutoSizeAnchoredMinSize; popupClass = AutoSizeAnchoredMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup small contents autosize minsize closebox overflow //anchored popup small contents autosize minsize closebox overflow
ll = new OpenLayers.LonLat(-20,15); ll = new OpenLayers.LonLat(-20,15);
popupClass = AutoSizeAnchoredMinSize; popupClass = AutoSizeAnchoredMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored popup small contents autosize maxsize overflow //anchored popup small contents autosize maxsize overflow
ll = new OpenLayers.LonLat(-10,15); ll = new OpenLayers.LonLat(-10,15);
popupClass = AutoSizeAnchoredMaxSize; popupClass = AutoSizeAnchoredMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup small contents autosize maxsize closebox overflow //anchored popup small contents autosize maxsize closebox overflow
ll = new OpenLayers.LonLat(-5,15); ll = new OpenLayers.LonLat(-5,15);
popupClass = AutoSizeAnchoredMaxSize; popupClass = AutoSizeAnchoredMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
@@ -305,39 +305,39 @@
//anchored popup wide short fixed contents autosize overflow //anchored popup wide short fixed contents autosize overflow
ll = new OpenLayers.LonLat(35,15); ll = new OpenLayers.LonLat(35,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup wide short fixed contents autosize closebox overflow //anchored popup wide short fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(40,15); ll = new OpenLayers.LonLat(40,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored popup thin long fixed contents autosize overflow //anchored popup thin long fixed contents autosize overflow
ll = new OpenLayers.LonLat(50,15); ll = new OpenLayers.LonLat(50,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup thin long fixed contents autosize closebox overflow //anchored popup thin long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(55,15); ll = new OpenLayers.LonLat(55,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored popup wide long fixed contents autosize overflow //anchored popup wide long fixed contents autosize overflow
ll = new OpenLayers.LonLat(65,15); ll = new OpenLayers.LonLat(65,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored popup wide long fixed contents autosize closebox overflow //anchored popup wide long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(70,15); ll = new OpenLayers.LonLat(70,15);
popupClass = AutoSizeAnchored; popupClass = AutoSizeAnchored;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
@@ -348,52 +348,52 @@
//anchored bubble popup small contents no autosize //anchored bubble popup small contents no autosize
var ll = new OpenLayers.LonLat(-55,5); var ll = new OpenLayers.LonLat(-55,5);
popupClass = OpenLayers.Popup.AnchoredBubble; popupClass = OpenLayers.Popup.AnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents no autosize closebox //anchored bubble popup small contents no autosize closebox
var ll = new OpenLayers.LonLat(-50,5); var ll = new OpenLayers.LonLat(-50,5);
popupClass = OpenLayers.Popup.AnchoredBubble; popupClass = OpenLayers.Popup.AnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize //anchored bubble popup small contents autosize
ll = new OpenLayers.LonLat(-40,5); ll = new OpenLayers.LonLat(-40,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize closebox //anchored bubble popup small contents autosize closebox
ll = new OpenLayers.LonLat(-35,5); ll = new OpenLayers.LonLat(-35,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize minsize //anchored bubble popup small contents autosize minsize
ll = new OpenLayers.LonLat(-25,5); ll = new OpenLayers.LonLat(-25,5);
popupClass = AutoSizeAnchoredBubbleMinSize; popupClass = AutoSizeAnchoredBubbleMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize minsize closebox //anchored bubble popup small contents autosize minsize closebox
ll = new OpenLayers.LonLat(-20,5); ll = new OpenLayers.LonLat(-20,5);
popupClass = AutoSizeAnchoredBubbleMinSize; popupClass = AutoSizeAnchoredBubbleMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize maxsize //anchored bubble popup small contents autosize maxsize
ll = new OpenLayers.LonLat(-10,5); ll = new OpenLayers.LonLat(-10,5);
popupClass = AutoSizeAnchoredBubbleMaxSize; popupClass = AutoSizeAnchoredBubbleMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize maxsize closebox //anchored bubble popup small contents autosize maxsize closebox
ll = new OpenLayers.LonLat(-5,5); ll = new OpenLayers.LonLat(-5,5);
popupClass = AutoSizeAnchoredBubbleMaxSize; popupClass = AutoSizeAnchoredBubbleMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
@@ -426,39 +426,39 @@
//anchored bubble popup wide short fixed contents autosize //anchored bubble popup wide short fixed contents autosize
ll = new OpenLayers.LonLat(35,5); ll = new OpenLayers.LonLat(35,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup wide short fixed contents autosize closebox //anchored bubble popup wide short fixed contents autosize closebox
ll = new OpenLayers.LonLat(40,5); ll = new OpenLayers.LonLat(40,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup thin long fixed contents autosize //anchored bubble popup thin long fixed contents autosize
ll = new OpenLayers.LonLat(50,5); ll = new OpenLayers.LonLat(50,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup thin long fixed contents autosize closebox //anchored bubble popup thin long fixed contents autosize closebox
ll = new OpenLayers.LonLat(55,5); ll = new OpenLayers.LonLat(55,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup wide long fixed contents autosize //anchored bubble popup wide long fixed contents autosize
ll = new OpenLayers.LonLat(65,5); ll = new OpenLayers.LonLat(65,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup wide long fixed contents autosize closebox //anchored bubble popup wide long fixed contents autosize closebox
ll = new OpenLayers.LonLat(70,5); ll = new OpenLayers.LonLat(70,5);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
// //
@@ -468,52 +468,52 @@
//anchored bubble popup small contents no autosize //anchored bubble popup small contents no autosize
var ll = new OpenLayers.LonLat(-55,0); var ll = new OpenLayers.LonLat(-55,0);
popupClass = OpenLayers.Popup.AnchoredBubble; popupClass = OpenLayers.Popup.AnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents no autosize closebox //anchored bubble popup small contents no autosize closebox
var ll = new OpenLayers.LonLat(-50,0); var ll = new OpenLayers.LonLat(-50,0);
popupClass = OpenLayers.Popup.AnchoredBubble; popupClass = OpenLayers.Popup.AnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize //anchored bubble popup small contents autosize
ll = new OpenLayers.LonLat(-40,0); ll = new OpenLayers.LonLat(-40,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize closebox //anchored bubble popup small contents autosize closebox
ll = new OpenLayers.LonLat(-35,0); ll = new OpenLayers.LonLat(-35,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize minsize //anchored bubble popup small contents autosize minsize
ll = new OpenLayers.LonLat(-25,0); ll = new OpenLayers.LonLat(-25,0);
popupClass = AutoSizeAnchoredBubbleMinSize; popupClass = AutoSizeAnchoredBubbleMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize minsize closebox //anchored bubble popup small contents autosize minsize closebox
ll = new OpenLayers.LonLat(-20,0); ll = new OpenLayers.LonLat(-20,0);
popupClass = AutoSizeAnchoredBubbleMinSize; popupClass = AutoSizeAnchoredBubbleMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize maxsize //anchored bubble popup small contents autosize maxsize
ll = new OpenLayers.LonLat(-10,0); ll = new OpenLayers.LonLat(-10,0);
popupClass = AutoSizeAnchoredBubbleMaxSize; popupClass = AutoSizeAnchoredBubbleMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize maxsize closebox //anchored bubble popup small contents autosize maxsize closebox
ll = new OpenLayers.LonLat(-5,0); ll = new OpenLayers.LonLat(-5,0);
popupClass = AutoSizeAnchoredBubbleMaxSize; popupClass = AutoSizeAnchoredBubbleMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
@@ -546,39 +546,39 @@
//anchored bubble popup wide short fixed contents autosize overflow //anchored bubble popup wide short fixed contents autosize overflow
ll = new OpenLayers.LonLat(35,0); ll = new OpenLayers.LonLat(35,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup wide short fixed contents autosize closebox overflow //anchored bubble popup wide short fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(40,0); ll = new OpenLayers.LonLat(40,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup thin long fixed contents autosize overflow //anchored bubble popup thin long fixed contents autosize overflow
ll = new OpenLayers.LonLat(50,0); ll = new OpenLayers.LonLat(50,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup thin long fixed contents autosize closebox overflow //anchored bubble popup thin long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(55,0); ll = new OpenLayers.LonLat(55,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup wide long fixed contents autosize overflow //anchored bubble popup wide long fixed contents autosize overflow
ll = new OpenLayers.LonLat(65,0); ll = new OpenLayers.LonLat(65,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup wide long fixed contents autosize closebox overflow //anchored bubble popup wide long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(70,0); ll = new OpenLayers.LonLat(70,0);
popupClass = AutoSizeAnchoredBubble; popupClass = AutoSizeAnchoredBubble;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//FRAMED //FRAMED
@@ -590,52 +590,52 @@
//anchored bubble popup small contents no autosize //anchored bubble popup small contents no autosize
var ll = new OpenLayers.LonLat(-55,-15); var ll = new OpenLayers.LonLat(-55,-15);
popupClass = OpenLayers.Popup.FramedCloud; popupClass = OpenLayers.Popup.FramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents no autosize closebox //anchored bubble popup small contents no autosize closebox
var ll = new OpenLayers.LonLat(-50,-15); var ll = new OpenLayers.LonLat(-50,-15);
popupClass = OpenLayers.Popup.FramedCloud; popupClass = OpenLayers.Popup.FramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize //anchored bubble popup small contents autosize
ll = new OpenLayers.LonLat(-40,-15); ll = new OpenLayers.LonLat(-40,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize closebox //anchored bubble popup small contents autosize closebox
ll = new OpenLayers.LonLat(-35,-15); ll = new OpenLayers.LonLat(-35,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize minsize //anchored bubble popup small contents autosize minsize
ll = new OpenLayers.LonLat(-25,-15); ll = new OpenLayers.LonLat(-25,-15);
popupClass = AutoSizeFramedCloudMinSize; popupClass = AutoSizeFramedCloudMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize minsize closebox //anchored bubble popup small contents autosize minsize closebox
ll = new OpenLayers.LonLat(-20,-15); ll = new OpenLayers.LonLat(-20,-15);
popupClass = AutoSizeFramedCloudMinSize; popupClass = AutoSizeFramedCloudMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup small contents autosize maxsize //anchored bubble popup small contents autosize maxsize
ll = new OpenLayers.LonLat(-10,-15); ll = new OpenLayers.LonLat(-10,-15);
popupClass = AutoSizeFramedCloudMaxSize; popupClass = AutoSizeFramedCloudMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false); addMarker(ll, popupClass, popupContentHTML, false);
//anchored bubble popup small contents autosize maxsize closebox //anchored bubble popup small contents autosize maxsize closebox
ll = new OpenLayers.LonLat(-5,-15); ll = new OpenLayers.LonLat(-5,-15);
popupClass = AutoSizeFramedCloudMaxSize; popupClass = AutoSizeFramedCloudMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
@@ -668,39 +668,39 @@
//anchored bubble popup wide short fixed contents autosize //anchored bubble popup wide short fixed contents autosize
ll = new OpenLayers.LonLat(35,-15); ll = new OpenLayers.LonLat(35,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup wide short fixed contents autosize closebox //anchored bubble popup wide short fixed contents autosize closebox
ll = new OpenLayers.LonLat(40,-15); ll = new OpenLayers.LonLat(40,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup thin long fixed contents autosize //anchored bubble popup thin long fixed contents autosize
ll = new OpenLayers.LonLat(50,-15); ll = new OpenLayers.LonLat(50,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup thin long fixed contents autosize closebox //anchored bubble popup thin long fixed contents autosize closebox
ll = new OpenLayers.LonLat(55,-15); ll = new OpenLayers.LonLat(55,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
//anchored bubble popup wide long fixed contents autosize //anchored bubble popup wide long fixed contents autosize
ll = new OpenLayers.LonLat(65,-15); ll = new OpenLayers.LonLat(65,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML); addMarker(ll, popupClass, popupContentHTML);
//anchored bubble popup wide long fixed contents autosize closebox //anchored bubble popup wide long fixed contents autosize closebox
ll = new OpenLayers.LonLat(70,-15); ll = new OpenLayers.LonLat(70,-15);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true); addMarker(ll, popupClass, popupContentHTML, true);
// //
@@ -710,52 +710,52 @@
//anchored bubble popup small contents no autosize //anchored bubble popup small contents no autosize
var ll = new OpenLayers.LonLat(-55,-20); var ll = new OpenLayers.LonLat(-55,-20);
popupClass = OpenLayers.Popup.FramedCloud; popupClass = OpenLayers.Popup.FramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents no autosize closebox //anchored bubble popup small contents no autosize closebox
var ll = new OpenLayers.LonLat(-50,-20); var ll = new OpenLayers.LonLat(-50,-20);
popupClass = OpenLayers.Popup.FramedCloud; popupClass = OpenLayers.Popup.FramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize //anchored bubble popup small contents autosize
ll = new OpenLayers.LonLat(-40,-20); ll = new OpenLayers.LonLat(-40,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize closebox //anchored bubble popup small contents autosize closebox
ll = new OpenLayers.LonLat(-35,-20); ll = new OpenLayers.LonLat(-35,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize minsize //anchored bubble popup small contents autosize minsize
ll = new OpenLayers.LonLat(-25,-20); ll = new OpenLayers.LonLat(-25,-20);
popupClass = AutoSizeFramedCloudMinSize; popupClass = AutoSizeFramedCloudMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize minsize closebox //anchored bubble popup small contents autosize minsize closebox
ll = new OpenLayers.LonLat(-20,-20); ll = new OpenLayers.LonLat(-20,-20);
popupClass = AutoSizeFramedCloudMinSize; popupClass = AutoSizeFramedCloudMinSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup small contents autosize maxsize //anchored bubble popup small contents autosize maxsize
ll = new OpenLayers.LonLat(-10,-20); ll = new OpenLayers.LonLat(-10,-20);
popupClass = AutoSizeFramedCloudMaxSize; popupClass = AutoSizeFramedCloudMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup small contents autosize maxsize closebox //anchored bubble popup small contents autosize maxsize closebox
ll = new OpenLayers.LonLat(-5,-20); ll = new OpenLayers.LonLat(-5,-20);
popupClass = AutoSizeFramedCloudMaxSize; popupClass = AutoSizeFramedCloudMaxSize;
popupContentHTML = '<img src="small.jpg"></img>'; popupContentHTML = '<img src="img/small.jpg"></img>';
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
@@ -788,39 +788,39 @@
//anchored bubble popup wide short fixed contents autosize overflow //anchored bubble popup wide short fixed contents autosize overflow
ll = new OpenLayers.LonLat(35,-20); ll = new OpenLayers.LonLat(35,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup wide short fixed contents autosize closebox overflow //anchored bubble popup wide short fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(40,-20); ll = new OpenLayers.LonLat(40,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="wideshort.jpg"></img>' popupContentHTML = '<img src="img/wideshort.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup thin long fixed contents autosize overflow //anchored bubble popup thin long fixed contents autosize overflow
ll = new OpenLayers.LonLat(50,-20); ll = new OpenLayers.LonLat(50,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup thin long fixed contents autosize closebox overflow //anchored bubble popup thin long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(55,-20); ll = new OpenLayers.LonLat(55,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="thinlong.jpg"></img>' popupContentHTML = '<img src="img/thinlong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
//anchored bubble popup wide long fixed contents autosize overflow //anchored bubble popup wide long fixed contents autosize overflow
ll = new OpenLayers.LonLat(65,-20); ll = new OpenLayers.LonLat(65,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, false, true); addMarker(ll, popupClass, popupContentHTML, false, true);
//anchored bubble popup wide long fixed contents autosize closebox overflow //anchored bubble popup wide long fixed contents autosize closebox overflow
ll = new OpenLayers.LonLat(70,-20); ll = new OpenLayers.LonLat(70,-20);
popupClass = AutoSizeFramedCloud; popupClass = AutoSizeFramedCloud;
popupContentHTML = '<img src="widelong.jpg"></img>' popupContentHTML = '<img src="img/widelong.jpg"></img>'
addMarker(ll, popupClass, popupContentHTML, true, true); addMarker(ll, popupClass, popupContentHTML, true, true);
@@ -881,16 +881,16 @@
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
<!-- preloading these images so the autosize will work correctly --> <!-- preloading these images so the autosize will work correctly -->
<img src="wideshort.jpg" style="position:absolute; top:-5000px; left: -5000px"></img> <img src="img/wideshort.jpg" style="position:absolute; top:-5000px; left: -5000px"></img>
<img src="widelong.jpg" style="position:absolute; top:-5000px; left: -5000px"></img> <img src="img/widelong.jpg" style="position:absolute; top:-5000px; left: -5000px"></img>
<img src="thinlong.jpg" style="position:absolute; top:-5000px; left: -5000px"></img> <img src="img/thinlong.jpg" style="position:absolute; top:-5000px; left: -5000px"></img>
<p> All of the images in this file a pre-cached, meaning they are <p> All of the images in this file a pre-cached, meaning they are
loaded immediately when you load the page (they are just placed loaded immediately when you load the page (they are just placed
far offscreen, that's why you don't see them). far offscreen, that's why you don't see them).
</p> </p>
<br> <br>
<p> The only image that is *not* preloaded is small.jpg, the brazilian <p> 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 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 code does in fact activate itself as the images load. To verify
this, clear your cache and reload this example page. Click on this, clear your cache and reload this example page. Click on