arlas-web-components / Exports / LayerIdToName
Class: LayerIdToName
Implements
PipeTransform
Table of contents
Constructors
Methods
Constructors
constructor
• new LayerIdToName()
Methods
transform
▸ transform(id
): any
FROM V15.0.0 layer ids look like 'arlas_id:NAME:timestamp This pipe extracts the 'NAME' in that id
Parameters
Name | Type |
---|---|
id |
string |
Returns
any
Implementation of
PipeTransform.transform
Defined in
projects/arlas-components/src/lib/components/mapgl-legend/layer-name.pipe.ts:32