<?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: Define Opacity to some layers from ArcGISDynamicMapServiceLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617478#M57708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vinay is not actually correct here.&amp;nbsp; at ArcGIS Server 10.1, it is possible to publish a dynamic layers capable map service which allows you to manipulate the renderer for individual layers from the client when asking for a dynamic map service tile to be drawn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see this &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;sample&lt;/A&gt;&lt;SPAN&gt; and the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/layerdrawingoptions-amd.html"&gt;api reference&lt;/A&gt;&lt;SPAN&gt; for more information&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 14:43:54 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2013-09-03T14:43:54Z</dc:date>
    <item>
      <title>Define Opacity to some layers from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617475#M57705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I'm working with a Rest Service as ArcGISDynamicMapServiceLayer. It is posible to set opacity to this ArcGISDynamicMapServiceLayer by the code &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;servicioRest.setOpacity(value/100)&lt;/SPAN&gt;&lt;SPAN&gt; ,&amp;nbsp; but it does to all layers on the Rest Service, and I want to set opacity to only some layers from the Service. Is it posible? I've been looking for a solution on the API (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html"&gt;https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html&lt;/A&gt;&lt;SPAN&gt;) without results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for 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>Mon, 02 Sep 2013 22:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617475#M57705</guid>
      <dc:creator>DavidMendoza</dc:creator>
      <dc:date>2013-09-02T22:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Define Opacity to some layers from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617476#M57706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With a dynamic map service layer, you cannot specify opacity for individual layers. You can specify visible layers and queries on individual layers but you can only set opacity for the entire map service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution could be : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have some particular layer in map service for which you want to add transparency, add it as a feature layer. Since you can control the transparency of feature layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 02:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617476#M57706</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-09-03T02:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Define Opacity to some layers from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617477#M57707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vinay Bansal, effectively I tried adding a feature layer, but I wanted to know if it was possible to make it by other way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great to make it possible, how ever, Thanks for answer &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;With a dynamic map service layer, you cannot specify opacity for individual layers. You can specify visible layers and queries on individual layers but you can only set opacity for the entire map service. &lt;BR /&gt;&lt;BR /&gt;One solution could be : &lt;BR /&gt;If you have some particular layer in map service for which you want to add transparency, add it as a feature layer. Since you can control the transparency of feature layer.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617477#M57707</guid>
      <dc:creator>DavidMendoza</dc:creator>
      <dc:date>2013-09-03T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Define Opacity to some layers from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617478#M57708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vinay is not actually correct here.&amp;nbsp; at ArcGIS Server 10.1, it is possible to publish a dynamic layers capable map service which allows you to manipulate the renderer for individual layers from the client when asking for a dynamic map service tile to be drawn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see this &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;sample&lt;/A&gt;&lt;SPAN&gt; and the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/layerdrawingoptions-amd.html"&gt;api reference&lt;/A&gt;&lt;SPAN&gt; for more information&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617478#M57708</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-03T14:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Define Opacity to some layers from ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617479#M57709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John Gravois, Thanks for answer, I'll view the example, actually I don't have access to ArcGIS Server 10.1, but soon I will have it.:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;vinay is not actually correct here.&amp;nbsp; at ArcGIS Server 10.1, it is possible to publish a dynamic layers capable map service which allows you to manipulate the renderer for individual layers from the client when asking for a dynamic map service tile to be drawn.&lt;BR /&gt;&lt;BR /&gt;see this &lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;sample&lt;/A&gt; and the &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/layerdrawingoptions-amd.html"&gt;api reference&lt;/A&gt; for more information&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 19:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/define-opacity-to-some-layers-from/m-p/617479#M57709</guid>
      <dc:creator>DavidMendoza</dc:creator>
      <dc:date>2013-09-03T19:12:06Z</dc:date>
    </item>
  </channel>
</rss>

