UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

6 lines 295 B
import type { MeasureUnitSymbolType, MeasureUnitType } from '../interfaces'; export declare const convertElevation: (value: number, unit?: MeasureUnitType, measureUnitSymbols?: MeasureUnitSymbolType) => { elevation: number; unit: string; }; //# sourceMappingURL=convertElevation.d.ts.map