<?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 Customizing the ArcGIS.com template projects (mainly the Basic Viewer template) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398635#M36708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The template projects from ArcGIS.com WebMap have been very helpful to get my own projects going. However I have some questions about how I can modify certain "features" on them from within the files downloaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Where are the Layers URLs stored? Which file is it?&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; I have searched the index.html and layout.html, but nothing turns up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In the Basic Viewer template, where are the JavaScript codes that create/populate the Layers menu dropdown? &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;I am thinking of adding my own custom (graphics) layers to the same drop down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If my clients have their own ArcGIS server and want the application to feed off their servers for layers/basemaps; how can I change them from within the html/JavaScript codes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 19:30:43 GMT</pubDate>
    <dc:creator>HubertLo</dc:creator>
    <dc:date>2012-08-08T19:30:43Z</dc:date>
    <item>
      <title>Customizing the ArcGIS.com template projects (mainly the Basic Viewer template)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398635#M36708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The template projects from ArcGIS.com WebMap have been very helpful to get my own projects going. However I have some questions about how I can modify certain "features" on them from within the files downloaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Where are the Layers URLs stored? Which file is it?&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; I have searched the index.html and layout.html, but nothing turns up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In the Basic Viewer template, where are the JavaScript codes that create/populate the Layers menu dropdown? &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;I am thinking of adding my own custom (graphics) layers to the same drop down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If my clients have their own ArcGIS server and want the application to feed off their servers for layers/basemaps; how can I change them from within the html/JavaScript codes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 19:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398635#M36708</guid>
      <dc:creator>HubertLo</dc:creator>
      <dc:date>2012-08-08T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the ArcGIS.com template projects (mainly the Basic Viewer template)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398636#M36709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1 and 3. The layers are defined in the web map. The web map is created using the ArcGIS.com map viewer. So if you want to modify the layers you'll need to modify the web map or create a new one and modify the web map id used by the application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Look in layout.js at the 'addLayerList' function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 20:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398636#M36709</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-08-08T20:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the ArcGIS.com template projects (mainly the Basic Viewer template)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398637#M36710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1 and 3. The layers are defined in the web map. The web map is created using the ArcGIS.com map viewer. So if you want to modify the layers you'll need to modify the web map or create a new one and modify the web map id used by the application. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Kelly. I shall walk into the JavaScript code and see what I can do from there. &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;I think if I can create the layerobject myself, I can probably add my own layers in. Lots of work but worth investigating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for ArcGIS.com map view. What if I have an ArcGIS Server in my company's &lt;/SPAN&gt;&lt;STRONG&gt;Intranet&lt;/STRONG&gt;&lt;SPAN&gt; hence nobody outside my company's network, can I still use these map service using ArcGIS.com map viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 23:43:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-arcgis-com-template-projects/m-p/398637#M36710</guid>
      <dc:creator>HubertLo</dc:creator>
      <dc:date>2012-08-08T23:43:35Z</dc:date>
    </item>
  </channel>
</rss>

