UNPKG

@watergis/maplibre-gl-terradraw

Version:

This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.

4 lines 281 B
import type { AreaUnit } from '../interfaces/AreaUnit'; import type { GeoJSONStoreFeatures } from 'terra-draw'; export declare const calcArea: (feature: GeoJSONStoreFeatures, areaUnit: AreaUnit, areaPrecision: number) => GeoJSONStoreFeatures; //# sourceMappingURL=calcArea.d.ts.map