<?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 Map Background colour does not display when published as a dynamic service?? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677597#M3293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Dynamic map service running where I used the MXD document???s Frame&amp;gt;Background property to set the colour for the map background (i.e. the sea) to blue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I load the service in a JavaScript API Viewer of even a WPF API based application, the ???sea??? colour does not display, so it comes out either white (in the case of the JS viewer) or black (in the case of the WPF Application).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change the service type to cached, the ???sea??? background colour does render.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions why this would happen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 18:06:50 GMT</pubDate>
    <dc:creator>PieterCoetzer</dc:creator>
    <dc:date>2010-11-18T18:06:50Z</dc:date>
    <item>
      <title>Map Background colour does not display when published as a dynamic service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677597#M3293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Dynamic map service running where I used the MXD document???s Frame&amp;gt;Background property to set the colour for the map background (i.e. the sea) to blue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I load the service in a JavaScript API Viewer of even a WPF API based application, the ???sea??? colour does not display, so it comes out either white (in the case of the JS viewer) or black (in the case of the WPF Application).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change the service type to cached, the ???sea??? background colour does render.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions why this would happen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 18:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677597#M3293</guid>
      <dc:creator>PieterCoetzer</dc:creator>
      <dc:date>2010-11-18T18:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map Background colour does not display when published as a dynamic service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677598#M3294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The exportMap request from the Javascript app is likely setting the background to be transparent (transparent="true")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/export.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/export.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 16:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677598#M3294</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-11-19T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Map Background colour does not display when published as a dynamic service??</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677599#M3295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. I do include the transparent=false option when requesting the image - BUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some deeper investigation, it actually pans out that the problem came in with the hill shade image that I used as a backdrop: the image was not clipped at the sea borders, so it showed the image "white" overflow. After I set this right, the image exported correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for this. At the end it was user error :rolleyes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/map-background-colour-does-not-display-when/m-p/677599#M3295</guid>
      <dc:creator>PieterCoetzer</dc:creator>
      <dc:date>2010-11-19T18:07:30Z</dc:date>
    </item>
  </channel>
</rss>

