draw path | draw area | localstorage layer state | add entities property parallel | timeline bar
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import maplibregl from "maplibre-gl";
|
||||
import { Geometry } from "@/lib/useEditorState";
|
||||
|
||||
type ModeGetter = () => "idle" | "draw" | "select" | "add-point";
|
||||
type ModeGetter = () => "idle" | "draw" | "select" | "add-point" | "add-path" | "add-circle";
|
||||
|
||||
export function initPoint(
|
||||
map: maplibregl.Map,
|
||||
|
||||
Reference in New Issue
Block a user