Optional
descriptionExplain what the layer is
Draw Types (points, lines, polygons, 3D points, 3D lines, 3D polygons). This is a filter mechanic. The source data may have multiple feature/draw types, but the layer you're building only wants to use the points. So you would add:
import { DrawType } from 'gis-tools-ts';
const drawTypes = [DrawType.Points];
Extent at which the layer is storing its data
Name of the layer
Optional
mM-Value Shape guide for the vector layer
Optional
onIf provided, you can mutate the feature. If you return nothing it's the same as filtering the feature
Shape guide for the vector layer
Name of the source
Guide on how to splice the data into vector tiles
Guide to building Vector layer data