Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created May 23, 2023 19:06
Show Gist options
  • Save rayrayzayzay/669241a5d1ecaf430fdfb9bbfb13fe28 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/669241a5d1ecaf430fdfb9bbfb13fe28 to your computer and use it in GitHub Desktop.
<MapPosition>
<DragBox>
<SVGPolygon
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