UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

9 lines 223 B
export interface TerrainSource { url: string; encoding?: 'terrarium' | 'mapbox'; tileSize?: 256 | 512; minzoom?: number; maxzoom?: number; tms?: boolean; } //# sourceMappingURL=TerrainSource.d.ts.map