<div dir="ltr"><div dir="ltr">In the example for the HttpDataSetReader we have the following comment:<div><br></div><div><strong style="box-sizing:inherit;margin:0px;padding:0px;border:0px;outline:0px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;vertical-align:baseline;color:rgb(68,68,68)">Caution</strong><span style="color:rgb(68,68,68);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">: The example is not actually loading a vtp file but a data structure that was coming from a vtp file. For more details please read the </span><a href="https://kitware.github.io/vtk-js/api/IO_Core_HttpDataSetReader.html" style="box-sizing:inherit;margin:0px;padding:0px;border:0px;outline:0px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;vertical-align:baseline;color:rgb(14,131,205);text-decoration-line:none">vtkHttpDataSetReader API</a><span style="color:rgb(68,68,68);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">;</span></div><div><br></div><div>For your file format, you want to use that following reader: <a href="https://github.com/Kitware/vtk-js/tree/master/Sources/IO/XML/XMLImageDataReader">https://github.com/Kitware/vtk-js/tree/master/Sources/IO/XML/XMLImageDataReader</a><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 5, 2018 at 4:22 PM lucky via vtkusers <<a href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have uploaded a volume data *.vti file to my server and setting up the URL<br>
reader.setUrl(`<a href="http://xyz.com/files/test.vti" rel="noreferrer" target="_blank">http://xyz.com/files/test.vti`</a>). It never loaded in my<br>
application? But when I set a URL from vtk.js samples it works fine. I<br>
observed there is a index.json file that needs to be loaded but couldn't get<br>
what's that and where to put in my website? Is there any documentation on<br>
index.json file? Or any reference or utility to create my own data file<br>
compatible to vtk.js loaders?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>