GeoMOOSE.MapSource.TMS

Provides a TMS MapSource to GeoMOOSE.

Inherits from

Summary
GeoMOOSE.MapSource.TMSProvides a TMS MapSource to GeoMOOSE.
Functions
_createOLLayer(options)Internal method to create the OpenLayers Layer object.
constructorCreates a new TMS MapSource
onLayersChangeWhen the Layers List changes, update the params, and refresh the layer.

Functions

_createOLLayer(options)

_createOLLayer: function(options)

Internal method to create the OpenLayers Layer object.  This is divorced from the constructor so it can be overriden without hitting an inheritance chain.

Parameters

optionsOpenLayers Layer Options hash.

constructor

constructor: function(mapbook_entry)

Creates a new TMS MapSource

Parameters

mapbook_entryXML fragment defining the MapSource

onLayersChange

onLayersChange: function(path,
visibility)

When the Layers List changes, update the params, and refresh the layer.

_createOLLayer: function(options)
Internal method to create the OpenLayers Layer object.
constructor: function(mapbook_entry)
Creates a new TMS MapSource
onLayersChange: function(path,
visibility)
When the Layers List changes, update the params, and refresh the layer.
GeoMOOSE base layer.
Close