-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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!