-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow disjoined regions to be highlighted together #415
Comments
I'd assume you want to draw two or more polygons for one entry in the same period. This is technically possible (albeit it would need quite an huge work, code side, so don't expect this in the near future), but one thing I'm afraid of is the user interface. What do you think is the best way so people can switch between two paths/polygons, so people don't get confused? |
maybe a button add path that allows you to add a path like you can add timelines maybe? |
If users are able to draw multiple separate paths we would need the following:
|
Note that adding a period (as you said "a timeline") is necessarily just adding a polygon (or "an area"), which periods couldn't intersect. One thing to note, for now, it is recommended to do separate entries.1 Who knows when in the future we got this working and be able to merge entries?2 Footnotes |
Describe the solution
At the moment, you need to add a tiny line between two regions of the canvas that are related.
I suggest to add the possibility to make multiple polygons in one request that would highlight at the same time on hover.
The text was updated successfully, but these errors were encountered: