@watergis/maplibre-gl-terradraw
Version:
This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.
8 lines • 419 B
TypeScript
import type { StyleSpecification } from 'maplibre-gl';
export declare const TERRADRAW_SOURCE_IDS: string[];
export declare const TERRADRAW_MEASURE_SOURCE_IDS: string[];
export declare const cleanMaplibreStyle: (style: StyleSpecification, options?: {
excludeTerraDrawLayers?: boolean;
onlyTerraDrawLayers?: boolean;
}, sourceIds?: string[]) => StyleSpecification;
//# sourceMappingURL=cleanMaplibreStyle.d.ts.map