Don't displayOutsideMaxExtent when wrapDateLine is set.

p=scaddenp, r=me (closes http://trac.osgeo.org/openlayers/ticket/3616)
This commit is contained in:
ahocevar
2012-02-10 13:03:18 +01:00
parent 2c0b13957e
commit cebc7e60de

View File

@@ -361,10 +361,6 @@ OpenLayers.Layer = OpenLayers.Class({
}
}
if (this.wrapDateLine) {
this.displayOutsideMaxExtent = true;
}
},
/**