Hello - I know this could be a lot of things, but here is the html that OpenLayers is putting into the map div on my page. The problem is that although FireBug will highlight areas where the different images are supposed to be displaying, nothing is displaying. There is not even space made on the page for the div. Can anyone see what is wrong?
<body> <table> <tbody> <tr> <td> <div id="map" class="olMap"> <div id="OpenLayers_Map_2_OpenLayers_ViewPort" class="olMapViewport" style="position: relative; overflow: hidden; width: 100%; height: 100%;"> <div id="OpenLayers_Map_2_OpenLayers_Container" style="position: absolute; z-index: 749; left: 0px; top: 0px;"> <div id="OpenLayers_Layer_WMS_4" class="olLayerDiv olLayerGrid" style="position: absolute; width: 100%; height: 100%; z-index: 100;" dir="ltr"> <img class="olTileImage" style="visibility: inherit; opacity: 1; position: absolute; left: 144px; top: -159px; width: 256px; height: 256px;" src=" http://gis.lib.berkeley.edu:8080/geoserver/wms?CQL_FILTER=PATH%3D'furtwangler%2F17076013_03_028a.tif'&LAYERS=UCB%3Aimages&STYLES=&FORMAT=image%2Fjpeg&PALETTE=safe&TILED=true&TILESORIGIN=0%2C%20-6215&VERSION=1.1.1&BBOX=0,-6215,8192,1977&WIDTH=256&HEIGHT=256&SRS=EPSG%3A404000&SERVICE=WMS&REQUEST=GetMap "> <img class="olTileImage" style="visibility: inherit; opacity: 1; position: absolute; left: 400px; top: -159px; width: 256px; height: 256px;" src=" http://gis.lib.berkeley.edu:8080/geoserver/wms?CQL_FILTER=PATH%3D'furtwangler%2F17076013_03_028a.tif'&LAYERS=UCB%3Aimages&STYLES=&FORMAT=image%2Fjpeg&PALETTE=safe&TILED=true&TILESORIGIN=0%2C%20-6215&VERSION=1.1.1&BBOX=8192,-6215,16384,1977&WIDTH=256&HEIGHT=256&SRS=EPSG%3A404000&SERVICE=WMS&REQUEST=GetMap "> <img class="olTileImage" style="visibility: inherit; opacity: 1; position: absolute; left: -112px; top: -159px; width: 256px; height: 256px;" src=" http://gis.lib.berkeley.edu:8080/geoserver/wms?CQL_FILTER=PATH%3D'furtwangler%2F17076013_03_028a.tif'&LAYERS=UCB%3Aimages&STYLES=&FORMAT=image%2Fjpeg&PALETTE=safe&TILED=true&TILESORIGIN=0%2C%20-6215&VERSION=1.1.1&BBOX=-8192,-6215,0,1977&WIDTH=256&HEIGHT=256&SRS=EPSG%3A404000&SERVICE=WMS&REQUEST=GetMap "> <img class="olTileImage" style="visibility: inherit; opacity: 1; position: absolute; left: 656px; top: -159px; width: 256px; height: 256px;" src=" http://gis.lib.berkeley.edu:8080/geoserver/wms?CQL_FILTER=PATH%3D'furtwangler%2F17076013_03_028a.tif'&LAYERS=UCB%3Aimages&STYLES=&FORMAT=image%2Fjpeg&PALETTE=safe&TILED=true&TILESORIGIN=0%2C%20-6215&VERSION=1.1.1&BBOX=16384,-6215,24576,1977&WIDTH=256&HEIGHT=256&SRS=EPSG%3A404000&SERVICE=WMS&REQUEST=GetMap "> </div> </div> </div> </div> </td> </tr> <tr> <tr> </tbody> </table> <button onclick="shutdown();">Shutdown</button> </body> </html>
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
