Module: toolbar-point

Toolbar for adding points.

Source:

Example

<ToolbarPoint />

Methods

(function) data()

Method data
Source:

(method) addAtCenter()

Adds a new observation at the center of the map (at crosshair position).

Source:

(method) addAtGPS()

Adds a new observation at the current GPS location.

Source:

(method) addAtMouse()

Adds a new observation at the mouse click position.

Source:

(method) addPoint(point)

Adds a point as a new observation location.

Parameters:
Name Type Description
point Object

The point to be added.

Source:

(method) save()

Method save
Source:

(function) mounted()

Method mounted
Source:

(function) unmounted()

Method unmounted
Source: