[OpenLayers-Users] Issue with OL-2.2 release

Curtis W. Ruck ruckc at yahoo.com
Sat Nov 25 23:23:52 EST 2006


Just got it fixed by help in #openlayers on freenode

I was suggested to add this to my init() as the image was never getting its style display changed from none

OpenLayers.Tile.Image.prototype = OpenLayers.Class.inherit( OpenLayers.Tile.Image, { checkImgURL: function() {} });

----- Original Message ----
From: Curtis W. Ruck <ruckc at yahoo.com>
To: users at openlayers.org
Sent: Saturday, November 25, 2006 10:11:11 PM
Subject: [OpenLayers-Users] Issue with OL-2.2 release

I am trying to get google maps to show up under some gps track logs that are stored in a postgis database.

I modified google.html that comes in the examples/ folder to use my WMS server instead of whatever it was set to

My MAP file for MapServer is setup fairly basic and is shown at the bottom of this msg.

My modified google.html is shortly following.

The issue i am having though is that in IE 7, the WMS layer is non-transparent overtop the GoogleMaps layer(s).
In firefox the WMS layer isn't visible at all even though the layer is checked in the layer selector.  It also pulls the image from my mapserver but doesn't display it over the google maps.

I'd appreciate any suggestions.

Curtis

GOOGLE.HTML---------------------------------

 
 <head>
    <style type="text/css">
    #map {
        width: 100%;
        height: 100%;
        border: 1px solid black;
        background-color: red;
    }

    body {
        margin: 0px;
        padding: 0px;
    }
    </style>

   

 _______________________________________________
Users mailing list
Users at openlayers.org
http://openlayers.org/mailman/listinfo/users




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20061125/f2f7777b/attachment.html


More information about the Users mailing list