<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using different zoom levels in Story Map Tour in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47894#M446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built a storymap for my recent travels in northern Europe. I'd like to use a different zoom level for each of the 'stops' on the trip? Is this possible. Some of the stops look good at level 10 zoom, and for others that is too close and for others too far out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the map: &lt;A class="link-titled" href="http://arcg.is/2sbFG27" title="http://arcg.is/2sbFG27"&gt;http://arcg.is/2sbFG27&lt;/A&gt;&amp;nbsp;&amp;nbsp;with the zoom at 13. I realize people could zoom in and out on there own, but I'd like to zoom it where I think it looks best initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the index.html there is this line:&lt;/P&gt;&lt;P&gt;// Optional zoom level to be applied for the story points following introduction &lt;STRONG&gt;(can be overridden through URL)&lt;/STRONG&gt; (e.g: 0 to 16 for Gray Canvas, 0 to 19 for Street Map, -1 to disable)&lt;BR /&gt; zoomLevel: 13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to that with the URL? &amp;nbsp;I know I can specify Index to return to a certain point on the map:&amp;nbsp;&lt;A class="link-titled" href="http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=0" title="http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=0"&gt;http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=&lt;/A&gt;2 to return the seconf tour point. &amp;nbsp;I've tried experimenting with it, but I don't think I have the syntax correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited to correct URL for storymap instead of the arcgis online map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 22:49:43 GMT</pubDate>
    <dc:creator>CelesteWalz</dc:creator>
    <dc:date>2017-05-30T22:49:43Z</dc:date>
    <item>
      <title>Using different zoom levels in Story Map Tour</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47894#M446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built a storymap for my recent travels in northern Europe. I'd like to use a different zoom level for each of the 'stops' on the trip? Is this possible. Some of the stops look good at level 10 zoom, and for others that is too close and for others too far out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the map: &lt;A class="link-titled" href="http://arcg.is/2sbFG27" title="http://arcg.is/2sbFG27"&gt;http://arcg.is/2sbFG27&lt;/A&gt;&amp;nbsp;&amp;nbsp;with the zoom at 13. I realize people could zoom in and out on there own, but I'd like to zoom it where I think it looks best initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the index.html there is this line:&lt;/P&gt;&lt;P&gt;// Optional zoom level to be applied for the story points following introduction &lt;STRONG&gt;(can be overridden through URL)&lt;/STRONG&gt; (e.g: 0 to 16 for Gray Canvas, 0 to 19 for Street Map, -1 to disable)&lt;BR /&gt; zoomLevel: 13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to that with the URL? &amp;nbsp;I know I can specify Index to return to a certain point on the map:&amp;nbsp;&lt;A class="link-titled" href="http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=0" title="http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=0"&gt;http://www.lesstraveled.com/2017_Baltic/Map/index.html?index=&lt;/A&gt;2 to return the seconf tour point. &amp;nbsp;I've tried experimenting with it, but I don't think I have the syntax correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited to correct URL for storymap instead of the arcgis online map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 22:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47894#M446</guid>
      <dc:creator>CelesteWalz</dc:creator>
      <dc:date>2017-05-30T22:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Storymap</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47895#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're up for it, you could code this custom behaviour in the &lt;A href="https://github.com/Esri/storymap-tour"&gt;source code&lt;/A&gt; and deploy your own web app, but I don't believe you can customize the stock tour story map this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can use a different story map template (e.g. Journal), which does support section-dependent zoom levels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 16:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47895#M447</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-05-31T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Storymap</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47896#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the downloaded template and host the map from my server. &amp;nbsp;I'll take a closer look at the documentation, but I don't know if my coding skills are up for that. I'll look into the Journal option as well. &amp;nbsp;Thanks for the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 22:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47896#M448</guid>
      <dc:creator>CelesteWalz</dc:creator>
      <dc:date>2017-05-31T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Storymap</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47897#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celeste -- As Darren mentioned you'd currently need to do that as a customization as we don't currently support individual zoom levels in builder. We're working on a new version of Map Tour and have that feature on our list to implement in the new app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47897#M449</guid>
      <dc:creator>OwenGeo</dc:creator>
      <dc:date>2017-06-09T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Story Map Tour</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47898#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is quite a lovely tour. Were you able to get a solution for adjusting zoom level to each tour functionality? Also, how were you able to add the photo gallery to your tours?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 09:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47898#M450</guid>
      <dc:creator>TRDSYSTEMS</dc:creator>
      <dc:date>2019-09-25T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Story Map Tour</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47899#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I built the galleries in Adobe Lightroom, and put them on my server. Then I just put the html link in the story map spreadsheet/csv that gets loaded to Arcgis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Celeste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47899#M451</guid>
      <dc:creator>CelesteWalz</dc:creator>
      <dc:date>2019-09-25T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Story Map Tour</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47900#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That’s Genius! I explored that option and worked nicely... looks like you&lt;/P&gt;&lt;P&gt;used the classic gallery template and modified accordingly... I&lt;/P&gt;&lt;P&gt;particularly liked how you provided the web link that links back to the map&lt;/P&gt;&lt;P&gt;tour. Any progress on the zoom issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 22:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47900#M452</guid>
      <dc:creator>TRDSYSTEMS</dc:creator>
      <dc:date>2019-09-25T22:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using different zoom levels in Story Map Tour</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47901#M453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! No progress on the zoom issue. I basically experiment and try to find the one zoom level that works best for whatever story I’m telling and just roll with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 22:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/using-different-zoom-levels-in-story-map-tour/m-p/47901#M453</guid>
      <dc:creator>CelesteWalz</dc:creator>
      <dc:date>2019-09-25T22:19:37Z</dc:date>
    </item>
  </channel>
</rss>

