Tiles should not load data outside maxExtent unless the

'displayOutsideMaxExtent' option on the layer is set to true. Add
tests, docs, and code.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1531 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-03 01:08:00 +00:00
parent 66a5d90965
commit 2cb4306beb
5 changed files with 67 additions and 10 deletions
+3
View File
@@ -78,6 +78,9 @@ OpenLayers.Layer.prototype = {
/** @type float */
maxScale: null,
/** @type Boolean */
displayOutsideMaxExtent: false,
/**