Home Identifier Source Repository
public class | source

Profile

Extends:

leaflet~L.CircleMarker → Profile

Renderer for Coverages with domain type Profile.

This will simply display a dot on the map and fire a click event when a user clicks on it. The dot either has a defined standard color, or it uses a palette together with a target depth.

Constructor Summary

Public Constructor
public

constructor(cov: *, options: *)

Member Summary

Public Members
public

cov: *

public

param: *

Method Summary

Public Methods
public

onAdd(map: *)

public

onRemove(map: *)

Public Constructors

public constructor(cov: *, options: *) source

Params:

NameTypeAttributeDescription
cov *
options *

Public Members

public cov: * source

public param: * source

Public Methods

public onAdd(map: *) source

Params:

NameTypeAttributeDescription
map *

public onRemove(map: *) source

Params:

NameTypeAttributeDescription
map *