Created
May 23, 2023 19:06
-
-
Save rayrayzayzay/669241a5d1ecaf430fdfb9bbfb13fe28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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