<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Just got it fixed by help in #openlayers on freenode<br><br>I was suggested to add this to my init() as the image was never getting its style display changed from none<br><br>OpenLayers.Tile.Image.prototype = OpenLayers.Class.inherit( OpenLayers.Tile.Image, { checkImgURL: function() {} });<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Curtis W. Ruck &lt;ruckc@yahoo.com&gt;<br>To: users@openlayers.org<br>Sent: Saturday, November 25, 2006 10:11:11 PM<br>Subject: [OpenLayers-Users] Issue with OL-2.2 release<br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><div>I am trying to get google maps to show up under some gps track logs that are stored in a
 postgis database.<br><br>I modified google.html that comes in the examples/ folder to use my WMS server instead of whatever it was set to<br><br>My MAP file for MapServer is setup fairly basic and is shown at the bottom of this msg.<br><br>My modified google.html is shortly following.<br><br>The issue i am having though is that in IE 7, the WMS layer is non-transparent overtop the GoogleMaps layer(s).<br>In firefox the WMS layer isn't visible at all even though the layer is checked in the layer selector.&nbsp; It also pulls the image from my mapserver but doesn't display it over the google maps.<br><br>I'd appreciate any suggestions.<br><br>Curtis<br><br>GOOGLE.HTML---------------------------------<br><span></span><br>&nbsp;
 &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &lt;style type="text/css"&gt;<br>&nbsp;&nbsp;&nbsp; #map {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 100%;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; height: 100%;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: 1px solid black;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background-color: red;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; body {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; margin: 0px;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding: 0px;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &lt;/style&gt;<br><br><span>&nbsp;&nbsp;&nbsp;</span></div></div> <div>_______________________________________________<br>Users mailing list<br>Users@openlayers.org<br><a target="_blank" href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br></div></div><br></div></div></body></html>