Drawing polygons on separate layers #89
Unanswered
domagojhack
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hey, yep that idea crossed my mind as well😄 Unfortunately I'm currently a bit short on time, but I'll try to upload the relevant pieces to a branch soon... would you be willing to finalize it together so that it can be added in an upcoming EOmaps release? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an app that uses user input to draw polygons on EOmaps using a custom click callback.
Currently, I can achieve this with:
Currently, I am drawing my polygons on the same layer by redrawing my layer with every click.
Ideally, I would like to have a separate layer for my polygon that is simultaneously visible with my base layer. I cannot wrap my head around the best solution for it. For now, my idea is to create a separate layer that contains the base map and my polygon.
Is there a right way to do this?
Beta Was this translation helpful? Give feedback.
All reactions