Class: Stage

Stage()

The stage of the web-portal (the map with the pilotareas with links to the local web GIS')

Constructor

new Stage()

Source:

Methods

getPilotarea(id)

Get the pilotarea that was clicked on in the map

Parameters:
Name Type Description
id

element id of the map svg

Source:

goToWebgis(area)

Click on a pilot area in the map -> go to local web GIS

Parameters:
Name Type Description
area

element ID of the element that was clicked on in the map svg

Source:

hoverOff(id)

Hover effect on the pilot areas in the map svg

Parameters:
Name Type Description
id *

element id of the map svg

Source:

hoverOn(id)

Hover effect on the pilot areas in the map svg

Parameters:
Name Type Description
id *

element id of the map svg

Source:

onLoad()

Needed for event handlers etc.

Source: