<?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 Layer's tiles load at default alpha even when the entire layer has a lower alpha in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223236#M5258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I put any map layer, Bing's VETiledLayer, ArcGISTiledMapServiceLayer, etc.. at a &amp;lt; 1 alpha, such as 0.75, the map tiles load at the default (1.0) alpha upon zoom in and out and then the entire map layer suddenly dampens to the layer-set alpha. This is visually unappealing and quite jarring. Panning in new tiles does not do this, they correctly load with the layer's lessened alpha.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a fix or work-around for this? In addition to setting the alpha on the layer, I have also tried using an alpha filter but I get the same jarring results. I do not want the "Map" component to be alpha'd, just the "map layer".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the simple setup...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ns:Map id="map" width="100%" height="100%" ........&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns:ArcGISTiledMapServiceLayer ..... &lt;/SPAN&gt;&lt;STRONG&gt;alpha="0.75"&lt;/STRONG&gt;&lt;SPAN&gt; /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 15:24:50 GMT</pubDate>
    <dc:creator>ManishAmin</dc:creator>
    <dc:date>2013-10-14T15:24:50Z</dc:date>
    <item>
      <title>Map Layer's tiles load at default alpha even when the entire layer has a lower alpha</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223236#M5258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I put any map layer, Bing's VETiledLayer, ArcGISTiledMapServiceLayer, etc.. at a &amp;lt; 1 alpha, such as 0.75, the map tiles load at the default (1.0) alpha upon zoom in and out and then the entire map layer suddenly dampens to the layer-set alpha. This is visually unappealing and quite jarring. Panning in new tiles does not do this, they correctly load with the layer's lessened alpha.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a fix or work-around for this? In addition to setting the alpha on the layer, I have also tried using an alpha filter but I get the same jarring results. I do not want the "Map" component to be alpha'd, just the "map layer".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the simple setup...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ns:Map id="map" width="100%" height="100%" ........&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns:ArcGISTiledMapServiceLayer ..... &lt;/SPAN&gt;&lt;STRONG&gt;alpha="0.75"&lt;/STRONG&gt;&lt;SPAN&gt; /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 15:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223236#M5258</guid>
      <dc:creator>ManishAmin</dc:creator>
      <dc:date>2013-10-14T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map Layer's tiles load at default alpha even when the entire layer has a lower al</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223237#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Manish,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version of the Flex API did you use? (Might be try a new version of Flex API 3.5)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, how many layers are specifically added in your application? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You said "I do not want the "Map" component to be alpha'd, just the "map layer". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have more than 1 layers, the order of your map will decide the way of transparent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if you do have symbols on renderer, I would recommend to add alpha property just in case to keep their display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: &amp;lt;esri:SimpleMarkerSymbol id="symbol5"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha="0.7" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a summery, you can change mainly 3 categories about the map alpha:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The TiledLayer (basemap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The FeatureLayer, DynamicServerLayer and any other layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The symbol on your layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here I post a Silverlight Layer documentation, even though its a different API, but the concept are the same, hope this can help you understand the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/adding_layers.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/adding_layers.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 23:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223237#M5259</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2013-10-14T23:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Map Layer's tiles load at default alpha even when the entire layer has a lower al</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223238#M5260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks for the response but I don't think you fully understood my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the latest Flex API 3.5 with also the latest Apache Flex SDK as well as up to date Flash Player and Adobe Air runtimes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As of right now, the number of layers on the map doesn't matter, the issue is with the TiledLayer itself. Perhaps my word usage in my original question was off. When I mentioned "Map component", i am referring to the overall master &amp;lt;esri:Map. .../&amp;gt; component. When I mentioned "map layer", I was referring to the basemap such as a &amp;lt;esri:TiledLayer ../&amp;gt; etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the ultimate goal I am looking for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Have a base map, whether it is VETiledLayer, or whatever. I'm talking about the layer that holds the actual geographic map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Have Graphic Layers with various shapes and components.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I want to alpha the basemap VETiledLayer to 0.75 so that the underlying geographic basemap is dim so that the Graphic Layers pop out. I want that tied to a slider component so I can toggle this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I have gotten all of this working perfectly already. I have the basemap layer alphed to a dimmer 0.75 and bound to the slider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when you zoom in our out, as the basemap layer gets new tiles for that zoom level, the tiles come in at a fully 1 alpha by the esri code, then when all of the tiles are in, the entire basemap layer drops down to my specified 0.75. So it basically gives a "flashing" effect which is not good. I need help with this, or perhaps let the Esri team know that this is a potential bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know a way around this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Manish,&lt;BR /&gt;&lt;BR /&gt;Which version of the Flex API did you use? (Might be try a new version of Flex API 3.5)&lt;BR /&gt;Also, how many layers are specifically added in your application? &lt;BR /&gt;You said "I do not want the "Map" component to be alpha'd, just the "map layer". &lt;BR /&gt;If you have more than 1 layers, the order of your map will decide the way of transparent. &lt;BR /&gt;Also, if you do have symbols on renderer, I would recommend to add alpha property just in case to keep their display.&lt;BR /&gt;For example: &amp;lt;esri:SimpleMarkerSymbol id="symbol5"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alpha="0.7" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;In a summery, you can change mainly 3 categories about the map alpha:&lt;BR /&gt;1. The TiledLayer (basemap)&lt;BR /&gt;2. The FeatureLayer, DynamicServerLayer and any other layers&lt;BR /&gt;3. The symbol on your layer&lt;BR /&gt;&lt;BR /&gt;Here I post a Silverlight Layer documentation, even though its a different API, but the concept are the same, hope this can help you understand the issue.&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/adding_layers.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/adding_layers.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223238#M5260</guid>
      <dc:creator>ManishAmin</dc:creator>
      <dc:date>2013-10-15T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map Layer's tiles load at default alpha even when the entire layer has a lower al</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223239#M5261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Manish, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your explanation about the question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are another two ways better to test how much the display tolerance about flashing issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly, check out the sample code link to compare how this map display performance when zoom in/out:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/flex/sample-code/based-on-mapserver-layer.htm"&gt;https://developers.arcgis.com/en/flex/sample-code/based-on-mapserver-layer.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If still not comfort with the sample performance, then it is the default API display performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you comfort about the sample performance, then compared the sample code to change something difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, what browser are you using for viewing? I tested the map flashing issue on Chrome, Firefox and IE. Personally, I think the chrome performs the least flashing issue when zoom in/out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this tips can help you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223239#M5261</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2013-10-15T15:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map Layer's tiles load at default alpha even when the entire layer has a lower al</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223240#M5262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using an AIR desktop application. However, test in web does the same flicker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take the exact code from the link you have me and use this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;alpha="0.25"&lt;/STRONG&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put the alpha very low as 0.25 so you can see the flicker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already know it is the API that is doing it. I am wanting to know if there is a way for it to NOT do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps an ESRI team member has an idea for a workaround, or if they can file a bug to have it no longer happen in the next release. It would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 15:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-layer-s-tiles-load-at-default-alpha-even-when/m-p/223240#M5262</guid>
      <dc:creator>ManishAmin</dc:creator>
      <dc:date>2013-10-15T15:28:14Z</dc:date>
    </item>
  </channel>
</rss>

