@inweb/viewer-visualize 26.10.4 → 26.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/viewer-visualize.js +11202 -11826
- package/dist/viewer-visualize.js.map +1 -1
- package/dist/viewer-visualize.min.js +1 -1
- package/dist/viewer-visualize.module.js +1 -1
- package/dist/viewer-visualize.module.js.map +1 -1
- package/package.json +5 -5
- package/src/Viewer/Draggers/Common/OdBaseDragger.ts +0 -1
- package/src/Viewer/Draggers/OdOrbitDragger.ts +1 -1
- package/src/Viewer/Draggers/OdPanDragger.ts +1 -1
- package/src/Viewer/Draggers/OdZoomWindowDragger/index.ts +0 -1
- package/src/Viewer/Draggers/OrbitAroundBuildingDragger.ts +1 -1
- package/src/Viewer/Markup/MarkupFactory.ts +1 -2
|
@@ -3830,7 +3830,7 @@ class MarkupFactory {
|
|
|
3830
3830
|
markup = new VisualizeMarkup();
|
|
3831
3831
|
break;
|
|
3832
3832
|
default:
|
|
3833
|
-
throw new Error(
|
|
3833
|
+
throw new Error(`Unknown Markup type: ${markupType}`);
|
|
3834
3834
|
}
|
|
3835
3835
|
return markup;
|
|
3836
3836
|
}
|