<?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 Opacity of Dynamic Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313715#M28844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a dynamic map with annotation, point, line and polygon layer. One of the polygon layer is set to be 60% transparent ion Map Document. When I load the dynamic map without setting opacity property, the polygon layer does not show its default transparency. And, if I set the opacity for dynamic map , all the layers shows as transparent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to just show layers as its in Map Document?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 14:51:41 GMT</pubDate>
    <dc:creator>VIKRANTKRISHNA</dc:creator>
    <dc:date>2013-04-04T14:51:41Z</dc:date>
    <item>
      <title>Opacity of Dynamic Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313715#M28844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a dynamic map with annotation, point, line and polygon layer. One of the polygon layer is set to be 60% transparent ion Map Document. When I load the dynamic map without setting opacity property, the polygon layer does not show its default transparency. And, if I set the opacity for dynamic map , all the layers shows as transparent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to just show layers as its in Map Document?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:51:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313715#M28844</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-04-04T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Opacity of Dynamic Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313716#M28845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may need to add that map as two separate dynamic layers, and specify the relevant &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/arcgisdynamicmapservicelayer.html#visibleLayers"&gt;visibleLayers&lt;/A&gt;&lt;SPAN&gt; for each dynamic layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a dynamic layer for the polygon (eg, visibleLayers = [2]) and set its opacity to 0.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a dynamic layer for the points, lines and annotations (eg, visibleLayers = [0,1,3])&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 21:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313716#M28845</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-04T21:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Opacity of Dynamic Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313717#M28846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You may need to add that map as two separate dynamic layers, and specify the relevant &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/arcgisdynamicmapservicelayer.html#visibleLayers"&gt;visibleLayers&lt;/A&gt; for each dynamic layer.&lt;BR /&gt;&lt;BR /&gt;- create a dynamic layer for the polygon (eg, visibleLayers = [2]) and set its opacity to 0.6&lt;BR /&gt;- create a dynamic layer for the points, lines and annotations (eg, visibleLayers = [0,1,3])&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then how does arcgis.com does it, when you open a dynamic map service in arcgis.com. It shows a layerlist on the left. That means it loads each layer as a synamic layer spaerately?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 20:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313717#M28846</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-04-05T20:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Opacity of Dynamic Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313718#M28847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Then how does arcgis.com does it, when you open a dynamic map service in arcgis.com. It shows a layerlist on the left. That means it loads each layer as a synamic layer spaerately?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think ArcGIS.com creates a single dynamicLayer, which contains multiple layerIds. Each layerId is shown as an item in the layer list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens if you add your layer to ArcGIS.com - does the polygon correctly show with 60% transparency?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 00:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313718#M28847</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-06T00:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Opacity of Dynamic Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313719#M28848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think ArcGIS.com creates a single dynamicLayer, which contains multiple layerIds. Each layerId is shown as an item in the layer list.&lt;BR /&gt;&lt;BR /&gt;What happens if you add your layer to ArcGIS.com - does the polygon correctly show with 60% transparency?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, if I add dynamic map to arcgis.com, it shows polygon layer with correct transparency. I guess its loading each layer as separate dynamic map layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 13:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opacity-of-dynamic-map/m-p/313719#M28848</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-04-08T13:14:45Z</dc:date>
    </item>
  </channel>
</rss>

