<?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 Re: Extdending the StoryMap Template with JavaScript in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58086#M573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exciting. Sorry we know that our &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/map-tour-storytelling-template-js#developer-guide"&gt;developer documentation&lt;/A&gt;&lt;SPAN&gt; is minimalist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes we distribute it as an Aptana project but you don't have to use Aptana if you don't like it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To run Map Tour in a developer environment you need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt; a webserver, see the developer documentation&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; one application id or webmap id, &lt;A href="https://github.com/Esri/map-tour-storytelling-template-js#the-downloadable-version"&gt;see here&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; to tell the Map Tour to use your appid or webmapid. The most simple way is to use URL parameters like &lt;A href="http://127.0.0.1/maptour/index.html?appid=YOUR_32_DIGITS_ID"&gt;http://127.0.0.1/maptour/index.html?appid=YOUR_32_DIGITS_ID&lt;/A&gt; or &lt;A href="http://127.0.0.1/maptour/index.html?webmap=YOUR_32_DIGITS_ID"&gt;http://127.0.0.1/maptour/index.html?webmap=YOUR_32_DIGITS_ID&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 15:27:46 GMT</pubDate>
    <dc:creator>GregoryL_Azou</dc:creator>
    <dc:date>2014-04-03T15:27:46Z</dc:date>
    <item>
      <title>Extdending the StoryMap Template with JavaScript</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58085#M572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping to use the storymap template to show many geotagged images (definatly over 100). These images are also quiet big (megs). I intend to store the images on a web server along with some generated thumb images. I would also like to modify the template to allow inclusion of a JavaScript "zoomer" tool (allowing magnification of the image). I am not really sure if the story map template is the right way to go but the UI is nice and simple, so I think its worth a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use an IDE to modify the JavaScript and note that the Story Map template seem to have been developed using Aptana. My question is, how do I do this? I am a bit confused that there are two zips on GitHub site, one for users and one for developers. I can load the developer story map into Aptana but cannot run it and I can run the user story map but cannot load it into Aptana.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry if the question is a bit simple but I am new to web development in HTML5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tuckers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58085#M572</guid>
      <dc:creator>MatthewTucknott</dc:creator>
      <dc:date>2014-04-03T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extdending the StoryMap Template with JavaScript</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58086#M573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exciting. Sorry we know that our &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/map-tour-storytelling-template-js#developer-guide"&gt;developer documentation&lt;/A&gt;&lt;SPAN&gt; is minimalist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes we distribute it as an Aptana project but you don't have to use Aptana if you don't like it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To run Map Tour in a developer environment you need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt; a webserver, see the developer documentation&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; one application id or webmap id, &lt;A href="https://github.com/Esri/map-tour-storytelling-template-js#the-downloadable-version"&gt;see here&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; to tell the Map Tour to use your appid or webmapid. The most simple way is to use URL parameters like &lt;A href="http://127.0.0.1/maptour/index.html?appid=YOUR_32_DIGITS_ID"&gt;http://127.0.0.1/maptour/index.html?appid=YOUR_32_DIGITS_ID&lt;/A&gt; or &lt;A href="http://127.0.0.1/maptour/index.html?webmap=YOUR_32_DIGITS_ID"&gt;http://127.0.0.1/maptour/index.html?webmap=YOUR_32_DIGITS_ID&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58086#M573</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2014-04-03T15:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extdending the StoryMap Template with JavaScript</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58087#M574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gregory,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks. I shall give this a go. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tuckers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 07:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/extdending-the-storymap-template-with-javascript/m-p/58087#M574</guid>
      <dc:creator>NickCollins</dc:creator>
      <dc:date>2014-04-04T07:31:42Z</dc:date>
    </item>
  </channel>
</rss>

