MCPcopy Create free account
hub / github.com/cartesiancs/map3d / handleChangeDone

Function handleChangeDone

src/components/map/SelectMap.tsx:145–148  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

143 };
144
145 const handleChangeDone = (e) => {
146 setBounds(e);
147 onDone([e._northEast, e._southWest]);
148 };
149
150 const handleChangeDraw = (e) => {
151 setDrawBounds(e);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected