Removing imageOffset and using getImageSize.
This fixes a regression that was introduced with the Tile.Image overhaul. See http://trac.osgeo.org/openlayers/ticket/3625.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"http://demo.opengeo.org/geoserver/wms",
|
||||
{layers: 'topp:states'},
|
||||
{gutter: 15});
|
||||
var states = new OpenLayers.Layer.WMS( "Roads (no gutter)",
|
||||
var states = new OpenLayers.Layer.WMS( "States (no gutter)",
|
||||
"http://demo.opengeo.org/geoserver/wms",
|
||||
{layers: 'topp:states'});
|
||||
map.addLayers([states, states15]);
|
||||
|
||||
Reference in New Issue
Block a user