Multires Maps with KRPano

  • Hi.
    I´m triying to do a Multiresolution Map and I think that Zoomify+KRpano is the key.
    I used Krpano to do Virtual Tours, but I don´t know how use Krpano with Zoomify.
    I have donwloaded krpano-1.0.8-beta5 and I have loaded the ImageProperties.xml but the map is cilindrical and I want a flat map.
    How can I get it ?

    Sorry about my english *cry*

  • Hi,

    if you want to display a Zoomify Image as flat map,
    just use a very small "hfov" value,

    e.g.
    in the xml:

    Code
    <image type="ZOOMIFY" hfov="1">
       <zoomify type="CYLINDER" url=".../ImageProperties.xml" />
    </image>

    or in the html:

    Code
    so.addVariable("zoomifytype", "CYLINDER");
    so.addVariable("hfov", "1");

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!