<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>PanoWalks</title>
<subtitle></subtitle>
<link href="https://www.panowalks.com/blog/feed.php" rel="self" />
<id>https://www.panowalks.com/blog/feed.php</id>
<updated>2018-05-29T14:56:14-07:00</updated>
<entry>
<title type="html">How to generate and set a Google Street View JavaScript API key</title>
<content type="html">&lt;h3&gt;&lt;span style=&quot;background-color: #ff6600; color: #ffffff;&quot;&gt;&lt;strong&gt;Warning&lt;/strong&gt;: You need to be logged into your Google account to generate a key for Google Maps Javascript API.&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;Before you can set this browser key in your Tour Manager, you’ll need to generate it. This tutorial will show you how to do that.&lt;/p&gt;
&lt;h4&gt;TABLE OF CONTENTS&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#generate&quot;&gt;Generate a new API key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#view&quot;&gt;View your existing API keys&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#secure&quot;&gt;Secure your existing API keys&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#set&quot;&gt;Add API key to the Tour Manager&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id=&quot;generate&quot;&gt;Generate a new API key&lt;/h2&gt;
&lt;p&gt;If you do not have a Maps JavaScript API key or need to create a new one, please follow the steps below. If you already have a Maps JavaScript API key, you can add it to the plugin with the steps &lt;a href=&quot;#set&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href=&quot;https://cloud.google.com/maps-platform/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Google Maps Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Click ‘Get Started’&lt;/li&gt;
&lt;li&gt;Check ‘Maps’, and ‘Places’&lt;br /&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/googlemapsplatform_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Click ‘Continue’&lt;/li&gt;
&lt;li&gt;If you want to use an existing project, please select it from the list. Otherwise, select ‘Create a new project’ and enter a project name.&lt;/li&gt;
&lt;li&gt;Click ‘Next’ to continue&lt;/li&gt;
&lt;li&gt;Click ‘Next’ to enable the APIs for the project&lt;/li&gt;
&lt;li&gt;Copy the generated API key from the popup, you’ll need this to &lt;a href=&quot;#set&quot;&gt;set your key&lt;/a&gt; later.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;view&quot;&gt;View your existing API keys&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Go to the &lt;a href=&quot;https://console.cloud.google.com/home&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Google Maps Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If the side menu is not visible, click the three line (hamburger) menu icon&lt;/li&gt;
&lt;li&gt;Click ‘APIs &amp;amp; Services’ (API icon)&lt;/li&gt;
&lt;li&gt;Click ‘ Credentials’ (key icon)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;secure&quot;&gt;Secure your existing API keys&lt;/h2&gt;
&lt;p&gt;To prevent quota theft, &lt;a href=&quot;https://support.google.com/cloud/answer/6310037&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;secure your API key following these best practices&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Restrict your API keys to be used by only the IP addresses, referrer URLs, and mobile apps that need them&lt;/strong&gt;: By restricting the IP addresses, referrer URLs, and mobile apps that can use each key, you can reduce the impact of a compromised API key. You can specify the hosts and apps that can use each key from the &lt;a href=&quot;https://console.cloud.google.com/apis/credentials&quot; target=&quot;_blank&quot;&gt;GCP Console Credentials page&lt;/a&gt; and then &lt;a href=&quot;https://support.google.com/cloud/answer/6158862&quot;&gt;create a new API key&lt;/a&gt; with the settings you want, or edit the settings of an existing API key.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Restrict your API keys to be usable only for certain APIs:&lt;/strong&gt; If you have multiple APIs enabled in your project and your API key should only be used with some of them, restrict usage of that key to those APIs. You can specify the allowed APIs for each key from the &lt;a href=&quot;https://console.cloud.google.com/apis/credentials&quot; target=&quot;_blank&quot;&gt;GCP Console Credentials page&lt;/a&gt; and then &lt;a href=&quot;https://support.google.com/cloud/answer/6158862&quot;&gt;create a new API key&lt;/a&gt; with the settings you want, or edit the settings of an existing API key.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Delete unneeded API keys&lt;/strong&gt;: To minimize your exposure to attack, delete any API keys that you no longer need.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Regenerate your API keys periodically&lt;/strong&gt;: You can regenerate API keys from the &lt;a href=&quot;https://console.cloud.google.com/apis/credentials&quot; target=&quot;_blank&quot;&gt;GCP Console Credentials page&lt;/a&gt; by clicking &lt;strong&gt;Regenerate key&lt;/strong&gt; for each key. Then, update your applications to use the newly-generated keys. Your old keys will continue to work for 24 hours after you generate replacement keys.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/secure_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We use the following APIs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Street View API&lt;/li&gt;
&lt;li&gt;Maps JavaScript API&lt;/li&gt;
&lt;li&gt;Places Api&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;set&quot;&gt;Add API key in your Tour Manager&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Copy the API key you &lt;a href=&quot;#create&quot;&gt;created&lt;/a&gt; from the &lt;a href=&quot;https://console.cloud.google.com/apis/credentials&quot;&gt;Google Maps Platform&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Log in to your PanoWalks account. When you’re logged in, open your tour manager.&lt;/li&gt;
&lt;li&gt;Click on ‘Settings’.&lt;br /&gt; &lt;img src=&quot;http://www.panowalks.com/blog/insert_key.jpg&quot; alt=&quot;&quot; /&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/insertkey_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Paste the API key you copied in step 1 into the ‘Google Maps API key’ field.&lt;/li&gt;
&lt;li&gt;Click Save Changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have trouble displaying Google maps on your site, please verify that the Google Maps Javascript API is enabled in the &lt;a href=&quot;https://console.developers.google.com/apis/enabled&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Google Maps API Manager&lt;/a&gt;.&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=13" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=13</id>
<updated>2018-05-29T14:56:14-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Copy and Paste URL from Google Maps</title>
<content type="html">&lt;p&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/GgZEFKN9yxk&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=12" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=12</id>
<updated>2015-12-03T13:58:56-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Quick and Dirty Nadir Patch</title>
<content type="html">&lt;p&gt;There are several possibilities to cover the black hole or tripod area at the bottom of your panorama after stitching. You can easily create a round disk in Adobe Photoshop that looks like a mirror ball and even add text or a logo. Another possibility is to remove the tripod when shooting your panorama and take an image of the nadir that you can later include when stitching in PTGui. This will however take considerable extra time and I will show you a quick and dirty method to achieve almost the same result in much less time.&lt;/p&gt;
&lt;p&gt;An important tool and Swiss Army knife for every PanoWalker is &lt;a href=&quot;http://krpano.com/tools/&quot; target=&quot;_blank&quot;&gt;KRPano Tools&lt;/a&gt;. This article shows how you can patch your nadir (Black hole or tripod area at the bottom) in a few seconds using KRPanoTools and Adobe Photoshop.&lt;/p&gt;
&lt;p&gt;This method will work better if there is no significant pattern in your nadir area. So if you have a chance to move your tripod slightly to a more suitable spot it will make life a lot easier for you.&lt;/p&gt;
&lt;p&gt;Here is an example image after stitching with PTGui which we will try to patch.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/img9360_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Download KRPano Tolls and unzip the archive to your Computer to a location of you choice.&lt;/p&gt;
&lt;p&gt;Open the KRPano Folder and also open the folder with your spherical Image. Drop your spherical image onto the KRPano SPHEREtoCUBE Droplet.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.panowalks.com/www.youtube.com/embed/bGAB6ZykN04?modestbranding=1&amp;amp;controls=1&amp;amp;fs=1&amp;amp;iv_load_policy=3&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;theme=light&amp;amp;disablekb=1&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/img9360c_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Open the down view cube image with Adobe Photoshop and select the Patch Tool and draw a line around the unwanted area. Then select Edit and “Fill /content Aware” or press “Shift + F5”. Use the patch tool to remove any areas that are not properly patched. Add this point you can also add a small logo to your nadir area. Save your image, and close Photoshop.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.panowalks.com/www.youtube.com/embed/au8DTNcm1Bk?modestbranding=1&amp;amp;controls=1&amp;amp;fs=1&amp;amp;iv_load_policy=3&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;theme=light&amp;amp;disablekb=1&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Select All 6 Cube Images and drop them onto the CUBEtoSPHERE Droplet.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.panowalks.com/www.youtube.com/embed/IpT_1yN6UU8?modestbranding=1&amp;amp;controls=1&amp;amp;fs=1&amp;amp;iv_load_policy=3&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;theme=light&amp;amp;disablekb=1&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Voila, you nadir is perfectly patched without an extra image to shoot.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/img9360sphere_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;To check your 360 panorama drop your new spherical image onto the MAKE PANO droplet, or drop multiple images onto the MAKE VTOUR droplet and wait a second until your Virtual Tour is ready.&lt;/p&gt;
&lt;p&gt;&lt;iframe src=&quot;http://www.panowalks.com/www.youtube.com/embed/s0N5-QgbU0w?modestbranding=1&amp;amp;controls=1&amp;amp;fs=1&amp;amp;iv_load_policy=3&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;theme=light&amp;amp;disablekb=1&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Now you could transfer the complete folder that is generated by KRPanoTools to your web server. But off course you want to upload your new images to Google Maps Street View to further process with PanoWalks.&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=10" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=10</id>
<updated>2015-09-09T12:27:52-07:00</updated>
<category term="Did you know?"/>
</entry>
<entry>
<title type="html">Virtual Reality Street View Mode on Google Maps for Android</title>
<content type="html">&lt;p&gt;Google Maps&#039; first-person Street View is a natural fit for virtual reality, and the two have finally come together for anyone with an Android phone and some cardboard. The Android version of Google&#039;s popular navigation app now has a VR mode, allowing anyone with a Google Cardboard viewer to virtually walk around select cities all over the world.&lt;/p&gt;
&lt;p&gt;To activate Google Maps&#039; VR mode, you simply open Street View and double-tap the refresh icon at the bottom right of the screen. This will split the display in two, so you&#039;ll need to drop your phone into one of several Google Cardboard viewers to experience the virtual reality effect.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/vr-streetview_0_o.gif&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=9" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=9</id>
<updated>2015-08-25T15:59:07-07:00</updated>
<category term="News"/>
</entry>
<entry>
<title type="html">Adding a Dynamic YouTube Hotspot </title>
<content type="html">&lt;p&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/fOaf5GbulRE&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=8" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=8</id>
<updated>2015-08-25T15:32:10-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Adding a Boundary Hotspot </title>
<content type="html">&lt;p&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/9lh4HR2ZrcM&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=7" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=7</id>
<updated>2015-08-25T15:31:14-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Adding a Dynamic Html Hotspot </title>
<content type="html">&lt;p&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/UwTG62HD0vI&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=6" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=6</id>
<updated>2015-08-25T15:30:40-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Adding a Floor Plan</title>
<content type="html">&lt;p&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/fQOhpia8tHo&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=5" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=5</id>
<updated>2015-08-25T15:26:03-07:00</updated>
<category term="Help"/>
</entry>
<entry>
<title type="html">Free Spin!</title>
<content type="html">&lt;p style=&quot;text-align: left;&quot;&gt;If you want to add Life to your Google Virtual Tour you can use the Free Spin App to add Auto-Rotation to your tour, and then easily generate an embed code for your webpage.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;/pano.php&quot; target=&quot;_blank&quot;&gt;Click here&lt;/a&gt; to go to the Free Spin App and click the &#039;+&#039; Button to open the Search &amp;amp; Embed Form:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin1_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Paste your 22 character Panorama ID or the COMPLETE URL from Google Maps and click &#039;Update Panorama&#039;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;or&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Click &#039;Search&#039;:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin2_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Then click the red &#039;Map&#039; Button:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin3_2_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;1.Type your Business Name and 2.Click on one of the Search results in the Drop-down List:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin4_1_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;In the new window click on the yellow dot in the center of the map. If you don&#039;t see a yellow dot try to zoom into or out of the map with your scroll wheel:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin5_1_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Your selected Panorama will open indicating the current Panorama ID. Click &#039;Insert&#039;:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin6_1_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Your new Panorama ID will be transferred to the main window. Click &#039;Update Panorama&#039; to confirm your Selection.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin7_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;And you will see your Tour updated with the Auto-Rotation Feature.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Click the &#039;Pause&#039; Button the stop AutoSpin, adjust your viewing angle and zoom value and click the &#039;+&#039; Button one last time:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin8_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;1. Adjust the maximum width and height of your IFrame and 2. copy the code for your AutoSpin Panorama to your webpage.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/freespin9_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt; &lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=4" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=4</id>
<updated>2015-08-25T12:47:23-07:00</updated>
<category term="Did you know?"/>
</entry>
<entry>
<title type="html">Can I use the same tour with different Entry Points?</title>
<content type="html">&lt;p&gt;Once your Tour is published you can choose any Panorama as Starting Panorama as long as you know the corresponding Panorama ID.&lt;/p&gt;
&lt;p&gt;Go to your Menu Section and open one of your Menu Items, then click select to open the Panorama. At the bottom you will find the URL that opens your tour with the current view.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Adjust the view and copy &amp;amp; paste the URL to your browser bar.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.panowalks.com/blog/content/public/upload/start_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/p&gt;</content>
<link href="https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=3" />
<id>https://www.panowalks.com/blog/index.php?controller=post&amp;amp;action=view&amp;amp;id_post=3</id>
<updated>2015-08-24T11:20:11-07:00</updated>
<category term="Did you know?"/>
</entry>
</feed>