We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa5e76 commit e22d961Copy full SHA for e22d961
src/api.js
@@ -71,7 +71,6 @@ function _geometry2Scoord3d(geometry) {
71
function _scoord3d2Geometry(scoord3d) {
72
const type = scoord3d.graphicType;
73
const data = scoord3d.graphicData;
74
- console.log(data)
75
if (type === 'POINT') {
76
let coordinates = _scoord3dCoordinates2geometryCoordinates(data);
77
return new PointGeometry(coordinates);
@@ -594,7 +593,7 @@ class VLWholeSlideMicroscopyImageViewer {
594
593
*/
595
activateDrawInteraction(options) {
596
this.deactivateDrawInteraction();
597
-
+
598
const customOptionsMapping = {
599
point: {
600
type: 'Point',
0 commit comments