ruven / iipmooviewer

IIPMooViewer is an advanced javascript HTML5 image viewer for streaming high resolution scientific images

Home Page:https://iipimage.sourceforge.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trying with djatoka...

EvgeniD opened this issue · comments

I set in index.html

new IIPMooViewer( "viewer", {
credit: 'credit',
server: 'http://localhost:8080/adore-djatoka/resolver',
protocol: 'djatoka',
render: 'random',
image: 'file:///D:/Aservers/img_01.jp2'
});

And it did not work... Is the viewer supposed to work with djatoka?

Yes, it's supposed to. I presume you included the djatoka.js file etc. It's rsofaer who got this working and I've never tried it with a real server myself.

Are you sure your syntax for the file name is compatible with the Djatoka server? Try also tracing what is happening with Firebug and with your server.

Thank you,
Yes, this is how it works with the djatoka viewer (the modified 1.1 IIPmooviewer) .
Regards
Evgeni

From: "ruven" notifications@github.com
To: "ruven/iipmooviewer" iipmooviewer@noreply.github.com
Cc: "EvgeniD" evgeni.dimitrov@nalis.bg
Sent: Wednesday, 22 August, 2012 2:21:44 PM
Subject: Re: [iipmooviewer] trying with djatoka... (#9)

Yes, it's supposed to. I presume you included the djatoka.js file etc. It's rsofaer who got this working and I've never tried it with a real server myself.

Are you sure your syntax for the file name is compatible with the Djatoka server? Try also tracing what is happening with Firebug and with your server.


Reply to this email directly or view it on GitHub .

Hi Ruven,

Now it looks it works fine. The only problem was that I assumed that djatoka.js is included in the compressed files.
The issue can be closed. Thanks.

Regards
Evgeni

From: "ruven" notifications@github.com
To: "ruven/iipmooviewer" iipmooviewer@noreply.github.com
Cc: "EvgeniD" evgeni.dimitrov@nalis.bg
Sent: Wednesday, 22 August, 2012 2:21:44 PM
Subject: Re: [iipmooviewer] trying with djatoka... (#9)

Yes, it's supposed to. I presume you included the djatoka.js file etc. It's rsofaer who got this working and I've never tried it with a real server myself.

Are you sure your syntax for the file name is compatible with the Djatoka server? Try also tracing what is happening with Firebug and with your server.


Reply to this email directly or view it on GitHub .

Nice!