<?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: independent overviewMap in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552563#M14634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Possibly, I have never tried that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 13:17:25 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-07-11T13:17:25Z</dc:date>
    <item>
      <title>independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552558#M14629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to modify my overviewMap like I did in my Flex Application where I added one different and independent layer (no extent change after I load it first time)&lt;/P&gt;&lt;P&gt;I started editing createOverviewMap function at the line:&lt;BR /&gt;json.map = this.map;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt; map = new Map("map", {extent: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new Extent({xmin:-959349.2571061972,ymin:5748904.384372205,xmax:962566.5968742102,ymax:5750663.337890111,spatialReference:{wkid:102100}})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var featureLayer = new FeatureLayer("../arcgis/rest/services/overviewMap/MapServer", {&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: FeatureLayer.MODE_ONDEMAND&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(featureLayer);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //json.map = map;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; json.map = this.map;&lt;/P&gt;&lt;P&gt;but the overviewMap doesnt show anything. &lt;BR /&gt;maybe why the layer I'm trying to load in overviewMap has a different extent of the map...and it is not contained in the map extent and viceversa.&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552558#M14629</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-07-08T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552559#M14630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have "&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;var featureLayer = new FeatureLayer("../arcgis/rest/services/overviewMap/MapServer", { " but a FeatureLayer requires a url with a specific sublayer id.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552559#M14630</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-08T18:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552560#M14631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, I need to disable the link to the main map, what should I do?&lt;/P&gt;&lt;P&gt;If I zoom or I change the extent in the main map I dont want any change of extent or pan in the overviewMap.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 08:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552560#M14631</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-07-11T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552561#M14632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The OverviewMap Widget use the JS API OverviewMap dijit and you do not have control over disconnecting it from extent changes. You only option is to develop a custom widget that is just a map class if you want a small static map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552561#M14632</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-11T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552562#M14633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, so maybe I can replace overviewMapDijit references with a simple Map?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552562#M14633</guid>
      <dc:creator>NatashaManzuiga</dc:creator>
      <dc:date>2016-07-11T13:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: independent overviewMap</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552563#M14634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Possibly, I have never tried that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/independent-overviewmap/m-p/552563#M14634</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-11T13:17:25Z</dc:date>
    </item>
  </channel>
</rss>

