Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cartesiancs/map3d
/ handleChangeDraw
Function
handleChangeDraw
src/components/map/SelectMap.tsx:150–153 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
148
};
149
150
const handleChangeDraw = (e) => {
151
setDrawBounds(e);
152
onDone([e._northEast, e._southWest]);
153
};
154
155
return (
156
<div
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected