Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created May 12, 2023 21:55
Show Gist options
  • Save rayrayzayzay/c64275d9312a5c9b8a8df1171742f7a0 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/c64275d9312a5c9b8a8df1171742f7a0 to your computer and use it in GitHub Desktop.
<MapPosition>
<DragBox>
<SVGLine
path={pathFromCoordinates(
element.coords,
viewport
)} />
</DragBox>
<SelectionFrame
polygon={selectionFramePolygon(element.coords, viewport)} />
<AuthorshipFrame />
</MapPosition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment