<?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: Can the map background color be changed from the client side? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167490#M15529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did a hack as a workaround for now...created a graphics layer, added 2 polygons to cover the area above and below the North and South poles, respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would prefer a better solution if possible...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 11:32:57 GMT</pubDate>
    <dc:creator>TyroneLigon</dc:creator>
    <dc:date>2013-06-26T11:32:57Z</dc:date>
    <item>
      <title>Can the map background color be changed from the client side?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167489#M15528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know the map's background color can be set (or changed?) on the server side; is it possible to do the same from the client side? Trying to match the background color of the map to the encompassing application's styles.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 17:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167489#M15528</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-06-24T17:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can the map background color be changed from the client side?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167490#M15529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did a hack as a workaround for now...created a graphics layer, added 2 polygons to cover the area above and below the North and South poles, respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would prefer a better solution if possible...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167490#M15529</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-06-26T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can the map background color be changed from the client side?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167491#M15530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could try with css. Try overriding the following style:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;.map .container { &amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: &amp;lt;color&amp;gt;; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked on my app when I did it in firebug. However, you will want to set up your map symbology so it doesn't "bleed" through. The map I tested it on looked quite terrible because I have a lot of hollow filled and transparent polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167491#M15530</guid>
      <dc:creator>AdamSkoog</dc:creator>
      <dc:date>2013-06-26T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can the map background color be changed from the client side?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167492#M15531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Much better solution...worked in both our intranet browsers (FF &amp;amp; IE8)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167492#M15531</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-06-26T11:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can the map background color be changed from the client side?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167493#M15532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad I could help! &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>Wed, 26 Jun 2013 13:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-map-background-color-be-changed-from-the/m-p/167493#M15532</guid>
      <dc:creator>AdamSkoog</dc:creator>
      <dc:date>2013-06-26T13:44:59Z</dc:date>
    </item>
  </channel>
</rss>

