UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

4 lines 404 B
import type { MeasureUnitSymbolType, MeasureUnitType, areaUnitType } from '../interfaces/MeasureUnit'; import type { GeoJSONStoreFeatures } from 'terra-draw'; export declare const calcArea: (feature: GeoJSONStoreFeatures, unitType: MeasureUnitType, areaPrecision: number, areaUnit?: areaUnitType, measureUnitSymbols?: MeasureUnitSymbolType) => GeoJSONStoreFeatures; //# sourceMappingURL=calcArea.d.ts.map