Class: CanvasTitle

ol.control. CanvasTitle

A title Control integrated in the canvas (for jpeg/png


new CanvasTitle( [options])

Parameters:
Name Type Argument Description
options Object <optional>

extend the ol.control options.

Properties
Name Type Argument Default Description
title string <optional>

the title, default 'Title'

visible boolean <optional>
true
style ol.style.Style <optional>

style used to draw the title (with a text).

Extends

Methods


getCanvas()

Get canvas overlay

Inherited From:
Overrides:

getFill()

Get fill

Inherited From:
Overrides:

getStroke()

Get stroke

Inherited From:
Overrides:

getStyle()

Get style

Inherited From:
Overrides:

getTextFill()

Get text fill

Inherited From:
Overrides:

getTextFont()

Get text font

Inherited From:
Overrides:

getTextStroke()

Get stroke

Inherited From:
Overrides:

getTitle(map)

Get the map title

Parameters:
Name Type Description
map string

title.


getVisible()

Get control visibility

Returns:
Type
bool

setMap(map)

Remove the control from its current map and attach it to the new map. Subclasses may set up event handlers to get notified about changes to the map here.

Parameters:
Name Type Description
map ol.Map

Map.

Inherited From:
Overrides:

setStyle(style)

Change the control style

Parameters:
Name Type Description
style ol.style.Style
Overrides:

setTitle(map)

Set the map title

Parameters:
Name Type Description
map string

title.


setVisible(b)

Set control visibility

Parameters:
Name Type Description
b bool