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.
- The
ImageTileHandlerClass is responsible for returning the image tiles to the client, isn't it? - In
ServeImageTile()I get an Request URL likehttp://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:
- No thats wrong! Its only responsible for the first little "preview" image shown before zooming into the
- The DeepZoomImageHandler is responsible for sending the correct image parts to the client. It uses
http://localhost:45621/<<CollectionId>>/dzi/<<ItemId>>.dzi.