MapGuide and Zoomify layers use top-left as the tile origin, p=madair, r=me (closes #3160)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2011-03-09 17:05:49 +00:00
parent d5848115df
commit 9af89ff189
2 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,12 @@ OpenLayers.Layer.Zoomify = OpenLayers.Class(OpenLayers.Layer.Grid, {
*/
standardTileSize: 256,
/**
* Property: tileOriginCorner
* {String} This layer uses top-left as tile origin
**/
tileOriginCorner: "tl",
/**
* Property: numberOfTiers
* {Integer} Depth of the Zoomify pyramid, number of tiers (zoom levels)