The tileOrigin property is not read or written in WMC docs (see #3245).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-04-04 17:11:14 +00:00
parent def3fbece6
commit a7d1cc9134

View File

@@ -26,16 +26,12 @@
var doc, context, map;
function init() {
var options = {
maxExtent: new OpenLayers.Bounds(-130, 14, -60, 55)
};
map = new OpenLayers.Map("map", options);
map = new OpenLayers.Map("map");
var gwc = new OpenLayers.Layer.WMS(
"Global Imagery",
"http://maps.opengeo.org/geowebcache/service/wms",
{layers: "bluemarble"},
{tileOrigin: new OpenLayers.LonLat(-180, -90)}
{layers: "bluemarble"}
);
var vmap = new OpenLayers.Layer.WMS(