You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As demonstrated in #592, the drawn feature captures the tooltip and does not give it back by itself. It has to be persuaded by setting its interactions' active state to false (see above).
Two general issues:
There is no way to create drawtools without interactions: In the agri use case I do not want interaction with the drawn feature. The drawn feature serves as a way to select features on a different layer and I want that layer to stay interactive, including its tooltip.
The hardcoded IDs are not unique enough: The hardcoded IDs ("selectHover" and "selectClick") are not ideal because they could easily conflict with the id of a manually configured interaction of the map.
Deliverable
integration test with map, existing layers, drawtools and tooltip
The text was updated successfully, but these errors were encountered:
Originally posted by @StefanBrand in #592 (comment)
As demonstrated in #592, the drawn feature captures the tooltip and does not give it back by itself. It has to be persuaded by setting its interactions' active state to
false
(see above).Two general issues:
"selectHover"
and"selectClick"
) are not ideal because they could easily conflict with the id of a manually configured interaction of the map.Deliverable
The text was updated successfully, but these errors were encountered: