The default layer implementation used by EMS.Map. Represents the coordinate system in terms of indexed tiles.
| EMS. | The default layer implementation used by EMS.Map. |
| Properties | |
| maxResolution | {Float} Maximum resolution of the tiles. |
| maxExtent | {EMS.Bounds} Maximum extent of the map tiles. |
| projection | {EMS.Projection} The projection of the layer. |
| numZoomLevels | {Integer} The number of zoom levels. |
| title | {String} optional display title for the layer. |
| Constructor | |
| EMS. | |
| Functions | |
| getTitle | {String} an optional display title. |
| clone | Create a clone of this layer Returns: {EMS.Layer.Remapper} An exact clone of this OpenLayers.Layer.XYZ |
{EMS.Bounds} Maximum extent of the map tiles. As this is in Spherical Mercator projection this is the bounds of the world.
{EMS.Projection} The projection of the layer.
| name | {Mixed} is either EMS.Layer or a string representing the name of the layer. |
| options | {Object} are the extra options to layer. |
clone: function ()
Create a clone of this layer Returns: {EMS.Layer.Remapper} An exact clone of this OpenLayers.Layer.XYZ
{String} an optional display title.
getTitle: function()
Create a clone of this layer Returns: {EMS.Layer.Remapper} An exact clone of this OpenLayers.Layer.XYZ
clone: function ()