Skip to content

feat(map): context menu

Mateusz Bolewski requested to merge feat/context-menu into development

Task: https://minerva-appunite.atlassian.net/browse/MIN-112?atlOrigin=eyJpIjoiZjNlYTVkYWMxYzc4NDE1ZDgzYTIyMjk1YTI3ZGJlN2EiLCJwIjoiaiJ9

In useOlMapListener I've added listener for context menu. If user click on map with right button, context menu will appear. in onMapRightClick util, we are searching is there any matching bioEntity. If there is, we save it's id and we are looking for UniProtID.

Zrzut_ekranu_2023-12-21_o_01.36.34

Zrzut_ekranu_2023-12-21_o_01.36.44

Test file for ContextMenu.component will be added in next PR.

Edited by Mateusz Bolewski

Merge request reports