<?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: error in local hosting of an AGOL webmap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-in-local-hosting-of-an-agol-webmap/m-p/278768#M25716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 06:35:53 GMT</pubDate>
    <dc:creator>Egan_LouisFajardo</dc:creator>
    <dc:date>2014-03-20T06:35:53Z</dc:date>
    <item>
      <title>error in local hosting of an AGOL webmap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-in-local-hosting-of-an-agol-webmap/m-p/278767#M25715</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 have been trying to locally host this webmap I created using AGOL (to modify it):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dpwh.maps.arcgis.com/apps/MapTour/index.html?appid=7bd06d8330254b2688577d82f81bb92e" rel="nofollow noopener noreferrer" target="_blank"&gt;http://dpwh.maps.arcgis.com/apps/MapTour/index.html?appid=7bd06d8330254b2688577d82f81bb92e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It uses the Map Tour template. I did step 1 of the readme file, and since I already had built the application inAGOL, skipped to step 5 and configured&amp;nbsp; configOptions to use the appid, such as it now looks like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;configOptions = {
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enter either a web map ID or a web application ID
&amp;nbsp;&amp;nbsp;&amp;nbsp; // - Using a Map Tour application ID created through the interactive builder in ArcGIS.com allow to reuse 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; the settings like the header configuration without having to edit any configuration here
&amp;nbsp;&amp;nbsp;&amp;nbsp; // - Web map and application can be dynamically specified through url parameters (webmap and appid) 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; if the authorizedOwners property is specified (see below)
&amp;nbsp;&amp;nbsp;&amp;nbsp; // - If an application id is specified, the webmap configuration isn't used
&amp;nbsp;&amp;nbsp;&amp;nbsp; webmap: "",
&amp;nbsp;&amp;nbsp;&amp;nbsp; appid: "7bd06d8330254b2688577d82f81bb92e",
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Optional list of authorized application or web map owners
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Has to be specified when using appid or webmap url parameters (e.g. ["user1"], ["user1", "user2"])
&amp;nbsp;&amp;nbsp;&amp;nbsp; authorizedOwners: [""],
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Select the application layout between "three-panel" and "integrated"
&amp;nbsp;&amp;nbsp;&amp;nbsp; layout: "three-panel",
&amp;nbsp;&amp;nbsp;&amp;nbsp; // The application header title, if no title is specified, the webmap's title is used
&amp;nbsp;&amp;nbsp;&amp;nbsp; title: "",
&amp;nbsp;&amp;nbsp;&amp;nbsp; // The application header subtitle, if not specified the ArcGIS.com web map's summary is used
&amp;nbsp;&amp;nbsp;&amp;nbsp; subtitle: "",
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Optionally force a web map layer to be used as the tour points data source (can be overridden through URL)
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Otherwise the upper visible point layer is used (excluding map notes)
&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceLayerTitle: "",
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Use the first data record as an introduction instead of a point (can be overridden through URL)
&amp;nbsp;&amp;nbsp;&amp;nbsp; firstRecordAsIntro: true,
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Optional zoom level to be applied for the story points following introduction (can be overridden through URL) (e.g: 0 to 16 for Gray Canvas, 0 to 19 for Street Map, -1 to disable)
&amp;nbsp;&amp;nbsp;&amp;nbsp; zoomLevel: -1
&amp;nbsp;&amp;nbsp; };&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading the local version however only produces a "Fatal error: Failed to get portal configuration" error. This is the case even if I only use the webmap id, or just load the page unmodified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help please to make this work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Egan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-in-local-hosting-of-an-agol-webmap/m-p/278767#M25715</guid>
      <dc:creator>Egan_LouisFajardo</dc:creator>
      <dc:date>2021-12-11T13:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: error in local hosting of an AGOL webmap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-in-local-hosting-of-an-agol-webmap/m-p/278768#M25716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 06:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/error-in-local-hosting-of-an-agol-webmap/m-p/278768#M25716</guid>
      <dc:creator>Egan_LouisFajardo</dc:creator>
      <dc:date>2014-03-20T06:35:53Z</dc:date>
    </item>
  </channel>
</rss>

