UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

4 lines 315 B
import type { TerrainSource } from '../interfaces'; import type { GeoJSONStoreFeatures } from 'terra-draw'; export declare const queryElevationFromRasterDEM: (points: GeoJSONStoreFeatures[], terrainDource?: TerrainSource) => Promise<GeoJSONStoreFeatures[]>; //# sourceMappingURL=queryElevationFromRasterDEM.d.ts.map