UNPKG

@watergis/maplibre-gl-terradraw

Version:

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

8 lines 306 B
import type { GeoJSONStoreFeatures, TerraDrawExtend } from 'terra-draw'; import type { TerradrawMode } from './TerradrawMode'; export interface EventArgs { feature?: GeoJSONStoreFeatures[]; mode: TerradrawMode; deletedIds?: TerraDrawExtend.FeatureId[]; } //# sourceMappingURL=EventArgs.d.ts.map