feat(map): display pins map interactive elements
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
24+ 100
− 0
Closes MIN-78
Implement displaying pins on the map with it's number
bioEntity
reducer.useOlMapPinsLayer
is not tested - it will be after we'll implement all the possible casesbioEntites
selector as source for pins renderingFeature
and Style
which are used to place (Feature) and style/show (Style) the element on the map. Check the docs for more info about themStyle
instance in our case utilises getCanvasIcon
(described below)Feature
instances are then combined into one layer and its source1
should be narower than 999
as its visual width is smallertextBaseline
is set to top
)For a faster browsing experience, some files are collapsed by default.