Skip to content

Commit f2045f2

Browse files
Feat: Scoord markers & markups. (#43)
* Add annotation markups for display of measurements (NUM) and qualitative evaluations (TEXT) along with ROIs vector graphics * Add annotation markers to configure how ROIs are displayed (e.g., POINT rendered as an arrow) * Add toggle for overview map * Refactor private utility functions and move them into a separate file
1 parent 4bf573d commit f2045f2

26 files changed

+10209
-10422
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,8 @@ The developers gratefully acknowledge their reseach support:
154154
* The [National Center for Image Guided Therapy](http://ncigt.org)
155155
* The [MGH & BWH Center for Clinical Data Science](https://www.ccds.io/)
156156

157-
157+
## Troubleshooting
158+
### Overview map not responsive:
159+
Some interactions could cause side effects on the viewer's instance of OverviewMap since it also uses the same interactions in the map.
160+
If you enable the 'draw' interaction, the overview map will lost its ability to instantly update
161+
the map when changed.

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
3+
};

0 commit comments

Comments
 (0)