<?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: Constant opacity when overlapping graphics in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441091#M40763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about unioning your buffer geometries using a geometry service each time a new buffer is added? I hacked up the buffer a point sample to generate the attached screen shot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 May 2010 17:57:01 GMT</pubDate>
    <dc:creator>DerekSwingley</dc:creator>
    <dc:date>2010-05-10T17:57:01Z</dc:date>
    <item>
      <title>Constant opacity when overlapping graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441090#M40762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a buffer search that returns some results on the map. The results are then displayed with a solid circle around them. The problem is, when these buffer circles overlap each other they get darker. Is there a way I could make them preserve their opacity when they overlap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the piece of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;geoService.buffer(params, dojo.hitch(this, function(graphics) {
 //console.debug("Buffer completed");
 var symbol = new esri.symbol.SimpleFillSymbol("solid", new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_NULL), new dojo.Color([255, 255, 0, 0.5]));
 var gBuffer = new esri.Graphic(graphics[0].geometry, symbol);
 
 this.map.graphics.add(gBuffer);
}));&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 21:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441090#M40762</guid>
      <dc:creator>MostafaAsadi</dc:creator>
      <dc:date>2010-05-07T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Constant opacity when overlapping graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441091#M40763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about unioning your buffer geometries using a geometry service each time a new buffer is added? I hacked up the buffer a point sample to generate the attached screen shot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 17:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441091#M40763</guid>
      <dc:creator>DerekSwingley</dc:creator>
      <dc:date>2010-05-10T17:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Constant opacity when overlapping graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441092#M40764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I didn't know about the union property.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 20:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/constant-opacity-when-overlapping-graphics/m-p/441092#M40764</guid>
      <dc:creator>MostafaAsadi</dc:creator>
      <dc:date>2010-05-19T20:44:28Z</dc:date>
    </item>
  </channel>
</rss>

