You are not logged in.

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


#1 2010-03-19 15:35:04

Marknot
Member
From: ITALY
Registered: 2009-10-30
Posts: 117

Googlemaps plugin

Hello, i would like to know how to add this plug in my xml menu, i've bought today the version on krpano, it's so hard to understand sometimes roll.. beacouse i don't understand the way to use krpano/autopano tour togheter!? something can be added to the xml menu something no...i would like to know the best way to add a plugin but usin Autopano tour and the xml menu file.
Thanks in advance.wink

Last edited by Marknot (2010-03-19 16:09:12)

Offline

 

#2 2010-03-22 11:20:00

Adrien F
Moderator
Registered: 2009-07-03
Posts: 267

Re: Googlemaps plugin

Google Maps plugin is not officially supported by Autopano Tour.
However you can still include it in your menu template:
Step 1:
Copy this code to your menu template:

Code:

<menu>
        <plugin name="maps" 
            url="googlemaps.swf" 
            keep="true"
            handcursor="false"
            align="leftbottom"
            x="10"
            y="10"
            width="300"
            height="300"
            key="1234"
            lat="44.959818"
            lng="14.407840"
            zoom="18"
            maptype="SATELLITE"
            dragging="true"
            scrollwheel="true"
            continuouszoom="false"
            keyboard="false"
            crosshairs="false"
            onmapready=""
            onmapmoved=""
            onmapzoomed=""
            >
        <radar visible="true"
               size="100"
               alpha="0.5"
               fillcolor="0xFFFFFF"
               fillalpha="1.0"
               linecolor="0xFFFFFF"
               linealpha="0.0"
               linewidth="0.0"
               glow="true"
               glowcolor="0xFFFFFF"
               glowwidth="4"
               glowstrength="3"
               behindspots="true"
               dragable="true"
               />

        <positioncontrol visible="true" 
                         anchor="topleft" x="2" y="2" 
                         />
                         
        <zoomcontrol visible="true" 
                     anchor="topright" x="2" y="2" 
                     hasscrolltrack="true" 
                     />
              
</menu>

Step 2:
Copy the googlemaps.swf into /Your/Install/Drive/kolor/Autopano Tour/Templates/menu (the same place where you put the xml template).

Step 3:
Run APT and export using your menu template.

Step 4:
manually edit exported xml to add hotspots to the google map.

This plugin needs a google API registration ID to work online.
krpano doc page : http://www.krpano.com/plugins/googlemaps/

Offline

 

#3 2010-03-22 14:37:49

Marknot
Member
From: ITALY
Registered: 2009-10-30
Posts: 117

Re: Googlemaps plugin

Adrien F wrote:

Google Maps plugin is not officially supported by Autopano Tour.
However you can still include it in your menu template:
Step 1:
Copy this code to your menu template:

Code:

<menu>
        <plugin name="maps" 
            url="googlemaps.swf" 
            keep="true"
            handcursor="false"
            align="leftbottom"
            x="10"
            y="10"
            width="300"
            height="300"
            key="1234"
            lat="44.959818"
            lng="14.407840"
            zoom="18"
            maptype="SATELLITE"
            dragging="true"
            scrollwheel="true"
            continuouszoom="false"
            keyboard="false"
            crosshairs="false"
            onmapready=""
            onmapmoved=""
            onmapzoomed=""
            >
        <radar visible="true"
               size="100"
               alpha="0.5"
               fillcolor="0xFFFFFF"
               fillalpha="1.0"
               linecolor="0xFFFFFF"
               linealpha="0.0"
               linewidth="0.0"
               glow="true"
               glowcolor="0xFFFFFF"
               glowwidth="4"
               glowstrength="3"
               behindspots="true"
               dragable="true"
               />

        <positioncontrol visible="true" 
                         anchor="topleft" x="2" y="2" 
                         />
                         
        <zoomcontrol visible="true" 
                     anchor="topright" x="2" y="2" 
                     hasscrolltrack="true" 
                     />
              
</menu>

Step 2:
Copy the googlemaps.swf into /Your/Install/Drive/kolor/Autopano Tour/Templates/menu (the same place where you put the xml template).

Step 3:
Run APT and export using your menu template.

Step 4:
manually edit exported xml to add hotspots to the google map.

This plugin needs a google API registration ID to work online.
krpano doc page : http://www.krpano.com/plugins/googlemaps/

Thanks, i've make it, but i would like to understand how to put manual hot spot, they're working on synchronism with the other spot created with A.Tour?
Ex. If i click on spot on googlemaps it change pano ... if click on other spot on the tour ( another pano ) the googlemasp will take the new spot or position!?

Thanks in advance

Offline

 

#4 2010-10-25 15:04:45

tibor sedin
New member
From: Prague Czech Republic
Registered: 2010-10-16
Posts: 7
Website

Re: Googlemaps plugin

I would like to embed PanotourPro Beta GoogleMaps plugin and the instructions here I do not work. Thanks, Tibor Sedin

Offline

 

#5 2010-10-26 09:50:38

renan
Moderator
Registered: 2009-01-05
Posts: 348

Re: Googlemaps plugin

It's may be that, in sample code the google map plugin node is not closed :
the '>' character at the end must be '/>'

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson