browsing "deep zoom tileset" works "offline"
-
2011년 6월 14일 화요일 오후 3:36hi! Need help with Microsoft Research's Image Composite Editor. I've realized that, when I try to open one of the deep zoom tileset works, its just appears black, nothing happens. then I've tried opening it online, it opened and worked properly. I've googled some information about that, and all answers related to "hd view utilities" I've checked its folder but there is no "WEB" folder inside. I've installed 32bit XP and still having the same problem. Need help! because whenever I want to show my work in public I need to connect internet. sometimes, its impossible.
WERAQS, google it!
모든 응답
-
2011년 7월 9일 토요일 오후 7:18
You need to download HDView utilities so you can get the file named hdview2.js. Or you can download it directly from
http://research.microsoft.com/en-us/um/redmond/groups/ivm/HDView/HDView2.js
Then copy that file in the folder where your HDView page is saved
Then edit the web page created by ICE using notepad, and look for the line that says
<script type="text/javascript" src="http://research.microsoft.com/en-us/um/redmond/groups/ivm/HDView/HDView2.js"></script>
Replace that by
<script type="text/javascript" src="HDView2.js"></script>
Now you can open the page without an internet connection as the necessary script is local on your machine
- 답변으로 표시됨 Matt UyttendaeleMicrosoft Employee, Owner 2011년 7월 9일 토요일 오후 9:22