Module: ol-map-events

A mixin object containing methods related to map events

Source:

Methods

(function) data()

Method data
Source:

(method) createEvents()

Creates event listeners for various map events.

Source:

(method) createGeolocation()

Sets up geolocation functionality.

Source:

(method) getActiveTiffLayer(pixel) → {Object}

Returns tiffLayer and selectedTitle based on the pixel value.

Parameters:
Name Type Description
pixel *
Source:
Returns:

An object containing the selectedTitle and tiffLayer.

Type
Object

(method) getValueAtPixel(pixel) → {String}

Returns the value at the pixel location.

Parameters:
Name Type Description
pixel *
Source:
Returns:

The value at the pixel location.

Type
String