I got some issues while building my custom PivotViewer Server. I downloaded the PivotViewer JIT-Server, to create dynamic collections.

It uses some custom IHttpHandlers to dynamically return the collection metadata etc.

  1. The ImageTileHandler Class is responsible for returning the image tiles to the client, isn't it?
  2. In ServeImageTile() I get an Request URL like http://localhost:6052/xxx-629d07500003478787113bec6ec58533_files/0/0_0.jpg. There is only a collection id (xxx-629d07500003478787113bec6ec58533), some zoom level and x and y given. But how does the server know which picture to get the tile from?

EDIT:

Got the issue:

  1. No thats wrong! Its only responsible for the first little "preview" image shown before zooming into the
  2. The DeepZoomImageHandler is responsible for sending the correct image parts to the client. It uses http://localhost:45621/<<CollectionId>>/dzi/<<ItemId>>.dzi.
link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.