[Feature Request] Option to Toggle Polygon Fill (or as closed string) and Context Menu Focus
Issue: When a Polygon is drawn(and automatically filled), the current behavior makes it difficult to add a new note inside the bounded area because the context menu focuses exclusively on the polygon object.
As I draw a Polygon like:
And I might want to add a new note inside this Area later, but the context menu is focusing on the polygon and no new note could be added:
Problems: 1 Cannot add new notes directly inside a filled polygon. (Workaround: Add a note elsewhere and then change its Geolocation.) 2 The "elevation-graph-container" appears persistently when the mouse moves across the filled area, which might be distracting. (especially for the Polygons, the container appears even if moving the other markers above it)
Proposed Solutions / FR: 1 Add an option to toggle the polygon filling (e.g., set fill opacity to 0) to prevent the "elevation-graph-container" from showing up constantly. (I noticed an 'properties' option in the properties of the geojson-Block, means that it might be in your plan to modify the features of polygons?) 2 Allow the context menu to be activated inside the polygon's area to enable adding new notes without focusing on the polygon object itself.
thanks a lot!
That's indeed a super annoying problem.
An immediate solution for you would be to edit the default display rule, open the JSON editor (via "advanced") and add "fill":false to pathOptions.
Either way, I think that adding this to the UI in the path properties makes sense to make it easier to find.
I'll see if in addition to that how easy it is to have the context menu in the fill area use the background's context menu rather than the polygon's.
Thanks a lot! It works great, I didn't realize that the default display rule could also be modified :)