Closed alan-wu closed 9 months ago
Marker does not get created and displayed with the following when the feature is set to UBERON:0001759 but this is not an issue when the feature is heart (UBERON:0000948) or other features.
flatmap.addMarker(feature, {element: wrapperElement, className: "highlight-marker"});
Works for me, but the marker only shows when nerves are displayed.
BTW is the return value of addMarker() checked? It will be -1 if the map doesn't contain the anatomical entity.
addMarker()
-1
Marker does not get created and displayed with the following when the feature is set to UBERON:0001759 but this is not an issue when the feature is heart (UBERON:0000948) or other features.
flatmap.addMarker(feature, {element: wrapperElement, className: "highlight-marker"});