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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user