<?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 Overview Map Attributes in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114293#M10668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to set any attribute of the Overview Map Window so that the extent rectangle that is dragged around is a hollow rectangle(no fill) with a thick border instead of a fill?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 22:44:59 GMT</pubDate>
    <dc:creator>SowjanyaSunkara</dc:creator>
    <dc:date>2011-11-02T22:44:59Z</dc:date>
    <item>
      <title>Overview Map Attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114293#M10668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to set any attribute of the Overview Map Window so that the extent rectangle that is dragged around is a hollow rectangle(no fill) with a thick border instead of a fill?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114293#M10668</guid>
      <dc:creator>SowjanyaSunkara</dc:creator>
      <dc:date>2011-11-02T22:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map Attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114294#M10669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Overview Map constructor options allow you to specify the color of the fill rectangle. You can define a fill and border color to use for the extent rectangle. Setting the color works if you want to change the default color of the extent rectangle. However in your case it sounds like you want a border but not a fill color. If so you can accomplish this using css, her'es a style that sets the border to a dark green color and the fill to transparent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
 .esriOverviewMap .ovwHighlight {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: solid 2px #004F00 !important;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: transparent !important;
&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a working demo that shows the above style in action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/tR4RE/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://jsfiddle.net/tR4RE/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:46:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114294#M10669</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map Attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114295#M10670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kelly. It worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any documentation about other options available for the Overview Map ( and other widgets) so I can set the styles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 16:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114295#M10670</guid>
      <dc:creator>SowjanyaSunkara</dc:creator>
      <dc:date>2011-11-03T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map Attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114296#M10671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many of the widgets document the css classes that are available in the API reference. For example here's a link to the Attribute Inspector widget API doc - note that it has a CSS section with some doc:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/attributeinspector.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/attributeinspector.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest way to see the styles associated with a widget is to use either Chrome Developer tools or Firebug to inspect the application at run time. You can use these tools to view the styles and stylesheets. Here's some inf on using Firebug's CSS tab:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://getfirebug.com/css"&gt;http://getfirebug.com/css&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 17:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114296#M10671</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-11-03T17:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map Attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114297#M10672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks much for the info! Appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 18:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-attributes/m-p/114297#M10672</guid>
      <dc:creator>SowjanyaSunkara</dc:creator>
      <dc:date>2011-11-03T18:00:55Z</dc:date>
    </item>
  </channel>
</rss>

