You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-10-25 15:35:35

PhilE
Member
Registered: 2011-09-08
Posts: 53

Panotour Pro Maps Multi Story

Hi

Is there a way of adding Multi Storey maps to your panorama? We would like 3 levels idealy.

Please let me know, thanks smile

Offline

 

#2 2012-10-26 09:11:25

Destiny
Moderator
From: Australia
Registered: 2010-04-27
Posts: 2357
Website

Re: Panotour Pro Maps Multi Story

Hi.. could you be a bit more pacific please... I will see what I can do for you...

Destiny..


Virtual Tours and 3D/360 Object/Product Photographer - Our aim is to create a 3D/360 Virtual Tour Shop/Store with links to 3D/360 degree products. My gear, VR Drive II - D90 - Nikon 10.5 fisheye - Nikon D800 with Nikon-Nikkor 14-24 - NOVOFLEX Magic Balance - Acratech GP Ball-head - Nodal Ninja 4 + RD-16 Rotor - Manfrotto 190CXPRO4 Carbon Fiber Tripod smile smile

Offline

 

#3 2012-10-29 20:57:57

Air Photo Colombia
Member
From: Colombia
Registered: 2012-10-17
Posts: 24
Website

Re: Panotour Pro Maps Multi Story

I have the same question, is possible to use 3 different maps, 3 different 360 all in the same presentation???


Luis Velasquez
Colombia
www.airphotocolombia.com

Offline

 

#4 2012-10-29 21:55:11

Destiny
Moderator
From: Australia
Registered: 2010-04-27
Posts: 2357
Website

Re: Panotour Pro Maps Multi Story

Hi.. I will post up the processes to achieve this later today and email the xml code..

Destiny..


Virtual Tours and 3D/360 Object/Product Photographer - Our aim is to create a 3D/360 Virtual Tour Shop/Store with links to 3D/360 degree products. My gear, VR Drive II - D90 - Nikon 10.5 fisheye - Nikon D800 with Nikon-Nikkor 14-24 - NOVOFLEX Magic Balance - Acratech GP Ball-head - Nodal Ninja 4 + RD-16 Rotor - Manfrotto 190CXPRO4 Carbon Fiber Tripod smile smile

Offline

 

#5 2012-10-29 22:18:35

Air Photo Colombia
Member
From: Colombia
Registered: 2012-10-17
Posts: 24
Website

Re: Panotour Pro Maps Multi Story

ok thanks.


Luis Velasquez
Colombia
www.airphotocolombia.com

Offline

 

#6 2012-10-30 09:49:55

Destiny
Moderator
From: Australia
Registered: 2010-04-27
Posts: 2357
Website

Re: Panotour Pro Maps Multi Story

Hi.. I have made up a test with multiple maps but just one pano.. What you need to do is place just one map into the pano tour in ptp and then open up the main xml file and copy the Map plugin, and past it as many times as you want maps..  Then change the names of each copy to map1, map2, map3 and map4 etc.. you need to do this with all the maps names.. I have just used the same map but put a map number on each map..

To put the related map  onto the pano, just copy that xml code and past it into the xml code related to that pano..

When it comes to adding hotspots onto the maps, again just add your hotspots on the first map and then copy the code four times. You will need to change the names and the xy positions.. You can use the krpano grid to assist in locations.

http://members.westnet.com.au/dps/map/multimap.html

Destiny…

<!--************** Plugin map1 *****************************************************************-->
    <plugin name="map1" url="multimapdata/map/map1.png" keep="true" align="rightbottom" x="10" y="10" width="31" height="40" handcursor="false" onloaded="hidemapspot();" onclick="openmap1"/>
    <action name="showmapspot">
    </action>
    <action name="hidemapspot">
    </action>
    <!-- close the map1 -->
    <action name="closemap1">
        hidemapspot();
        set(plugin[map1].onclick,openmap1);
        set(plugin[map1].width, 31);
        set(plugin[map1].height, 40);
        set(plugin[map1].align, rightbottom);
        set(plugin[map1].x    , 10);
        set(plugin[map1].y    , 10);
    </action>
    <!-- open the map1 -->
    <action name="openmap1">
        set(plugin[map1].onclick, closemap1);
        tween(plugin[map1].height, 348, 0.5, easeoutquad);
        tween(plugin[map1].width , 274, 0.5, easeoutquad, showmapspot()wink;
        set(plugin[map1].align, center);
        set(plugin[map1].x    , 0);
        set(plugin[map1].y    , 0);
    </action>
        <!--************** Plugin map *****************************************************************-->
    <plugin name="map2" url="multimapdata/map/map2.png" keep="true" align="rightbottom" x="40" y="10" width="31" height="40" handcursor="false" onloaded="hidemapspot();" onclick="openmap2"/>
    <action name="showmapspot">
    </action>
    <action name="hidemapspot">
    </action>
    <!-- close the map2 -->
    <action name="closemap2">
        hidemapspot();
        set(plugin[map2].onclick,openmap2);
        set(plugin[map2].width, 31);
        set(plugin[map2].height, 40);
        set(plugin[map2].align, rightbottom);
        set(plugin[map2].x    , 40);
        set(plugin[map2].y    , 10);
    </action>
    <!-- open the map2 -->
    <action name="openmap2">
        set(plugin[map2].onclick, closemap2);
        tween(plugin[map2].height, 348, 0.5, easeoutquad);
        tween(plugin[map2].width , 274, 0.5, easeoutquad, showmapspot()wink;
        set(plugin[map2].align, center);
        set(plugin[map2].x    , 0);
        set(plugin[map2].y    , 0);
    </action>
        <!--************** Plugin map3 *****************************************************************-->
    <plugin name="map3" url="multimapdata/map/map3.png" keep="true" align="rightbottom" x="70" y="10" width="31" height="40" handcursor="false" onloaded="hidemapspot();" onclick="openmap3"/>
    <action name="showmapspot">
    </action>
    <action name="hidemapspot">
    </action>
    <!-- close the map3 -->
    <action name="closemap3">
        hidemapspot();
        set(plugin[map3].onclick,openmap3);
        set(plugin[map3].width, 31);
        set(plugin[map3].height, 40);
        set(plugin[map3].align, rightbottom);
        set(plugin[map3].x    , 70);
        set(plugin[map3].y    , 10);
    </action>
    <!-- open the map3 -->
    <action name="openmap3">
        set(plugin[map3].onclick, closemap3);
        tween(plugin[map3].height, 348, 0.5, easeoutquad);
        tween(plugin[map3].width , 274, 0.5, easeoutquad, showmapspot()wink;
        set(plugin[map3].align, center);
        set(plugin[map3].x    , 0);
        set(plugin[map3].y    , 0);
    </action>
        <!--************** Plugin map4 *****************************************************************-->
    <plugin name="map4" url="multimapdata/map/map4.png" keep="true" align="rightbottom" x="100" y="10" width="31" height="40" handcursor="false" onloaded="hidemapspot();" onclick="openmap4"/>
    <action name="showmapspot">
    </action>
    <action name="hidemapspot">
    </action>
    <!-- close the map4 -->
    <action name="closemap4">
        hidemapspot();
        set(plugin[map4].onclick,openmap4);
        set(plugin[map4].width, 31);
        set(plugin[map4].height, 40);
        set(plugin[map4].align, rightbottom);
        set(plugin[map4].x    , 100);
        set(plugin[map4].y    , 10);
    </action>
    <!-- open the map4 -->
    <action name="openmap4">
        set(plugin[map4].onclick, closemap4);
        tween(plugin[map4].height, 348, 0.5, easeoutquad);
        tween(plugin[map4].width , 274, 0.5, easeoutquad, showmapspot()wink;
        set(plugin[map4].align, center);
        set(plugin[map4].x    , 0);
        set(plugin[map4].y    , 0);
    </action>


Virtual Tours and 3D/360 Object/Product Photographer - Our aim is to create a 3D/360 Virtual Tour Shop/Store with links to 3D/360 degree products. My gear, VR Drive II - D90 - Nikon 10.5 fisheye - Nikon D800 with Nikon-Nikkor 14-24 - NOVOFLEX Magic Balance - Acratech GP Ball-head - Nodal Ninja 4 + RD-16 Rotor - Manfrotto 190CXPRO4 Carbon Fiber Tripod smile smile

Offline

 

#7 2012-10-30 10:31:01

Destiny
Moderator
From: Australia
Registered: 2010-04-27
Posts: 2357
Website

Re: Panotour Pro Maps Multi Story

.. if you need a different map for each pano; all you need to do is copy the xml code for map 2 for example, and past it in the pano 2 xml code.. This is easy to achieve and you can also add hotspots to each map.. Just put the hotspots onto the first pano in ptp, and then move them according to the map for that tour.. You also need a map1/2/3/4.png for example in the map folder...  The easiest way to place your map hotspots would be to change the map on your ptp file, save as Map1/2/3/4 etc.. and then copy the xml code and past it into the relevant xml file.. that way you will have your hotspot precisely placed...

Destiny...


Virtual Tours and 3D/360 Object/Product Photographer - Our aim is to create a 3D/360 Virtual Tour Shop/Store with links to 3D/360 degree products. My gear, VR Drive II - D90 - Nikon 10.5 fisheye - Nikon D800 with Nikon-Nikkor 14-24 - NOVOFLEX Magic Balance - Acratech GP Ball-head - Nodal Ninja 4 + RD-16 Rotor - Manfrotto 190CXPRO4 Carbon Fiber Tripod smile smile

Offline

 

#8 2012-10-31 02:50:52

Air Photo Colombia
Member
From: Colombia
Registered: 2012-10-17
Posts: 24
Website

Re: Panotour Pro Maps Multi Story

Thanlks, I will try this and tell you hows work.


Luis Velasquez
Colombia
www.airphotocolombia.com

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson