File tree Expand file tree Collapse file tree 4 files changed +3
-166
lines changed Expand file tree Collapse file tree 4 files changed +3
-166
lines changed Original file line number Diff line number Diff line change 1919</template >
2020
2121<script setup>
22- import schemas from " @/utils /schemas.json"
22+ import schemas from " @geode/opengeodeweb-viewer /schemas.json"
2323
2424 function reset_camera () {
2525 viewer_call ({
Original file line number Diff line number Diff line change 3939 "main" : " ./nuxt.config.js" ,
4040 "dependencies" : {
4141 "@geode/opengeodeweb-back" : " 4.0.0" ,
42+ "@geode/opengeodeweb-viewer" : " ^0.1.0-rc.1" ,
4243 "@kitware/vtk.js" : " ^29.7.3" ,
4344 "@mdi/font" : " ^7.4.47" ,
4445 "@pinia/nuxt" : " ^0.5.1" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import vtkWSLinkClient from "@kitware/vtk.js/IO/Core/WSLinkClient"
33import SmartConnect from "wslink/src/SmartConnect"
44import "@kitware/vtk.js/Rendering/OpenGL/Profiles/Geometry"
55import { connectImageStream } from "@kitware/vtk.js/Rendering/Misc/RemoteView"
6- import schemas from "@/utils /schemas.json"
6+ import schemas from "@geode/opengeodeweb-viewer /schemas.json"
77
88vtkWSLinkClient . setSmartConnectClass ( SmartConnect )
99
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments