Skip to content

Commit 95e76db

Browse files
add maplibre-gl-terradraw css
1 parent 38c404d commit 95e76db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/map/draw-control.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { useControl } from 'react-map-gl/maplibre';
33
import { MaplibreTerradrawControl } from '@watergis/maplibre-gl-terradraw';
4+
import '@watergis/maplibre-gl-terradraw/dist/maplibre-gl-terradraw.css';
45

56
interface DrawControlProps {
67
position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';

0 commit comments

Comments
 (0)