Class: Tile

Mapspace.layer. Tile

Tile layer that can be renderer in different ways depending if it is going to be used in Ortho, Oblique, Street or Threed viewers.

This way the same layer object can be referenced in several viewers of different types at the same time.

Note that any property set in the options is set as a ol.Object property on the layer object; for example, setting title: 'My Title' in the options means that title is observable, and has get/set accessors.


new Tile( [options])

Parameters:
Name Type Argument Description
options olx.layer.TileOptions <optional>

Options.

Source:
mapspace/layer/tile.js
Fires:
  • ol.render.event:Event

Extends

  • ol.layer.Tile

Methods


getPass_value()

Gets the password value.

Source:
mapspace/layer/tile.js
Returns:
Type
string

getUser_value()

Gets the user value.

Source:
mapspace/layer/tile.js
Returns:
Type
string