<?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: layers in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558670#M14360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Question1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Your answer means that I cannot make both look clear, right? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;From my understanding : yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can only adjust the opacity (or color transparency for same result) to get the best result for your case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a way to merge the 2 layers or whatever that can paint the basemap without changing the basemap opacity?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;To merge 2 layers you would have to decide the opacity of each layer as well ==&amp;gt; same result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;hmm, in the spatial query sample, I can move the map while the cursor is on top of the painting area.&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right when no tool are active. But if you activate one of the tool, you can no more pan because the mouse event is handled by the tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jun 2010 17:09:42 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-06-24T17:09:42Z</dc:date>
    <item>
      <title>layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558667#M14357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 layers in my map as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:Map x:Name="TestMap" Extent="-130,10,-70,60" Width="700" Height="500"&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; MouseRightButtonDown="TestMap_MouseRightButtonDown"&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; &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; Grid.Row="0" Grid.RowSpan="2" Grid.Column="0"&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; VerticalAlignment="Top"&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map.Layers&amp;gt;&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;lt;esri:ArcGISDynamicMapServiceLayer ID="BigMap"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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; Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xxx/ArcGIS/rest/services/MyMap/MapServer" rel="nofollow" target="_blank"&gt;http://xxx/ArcGIS/rest/services/MyMap/MapServer&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&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; &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;lt;!-- graphic map&amp;nbsp; --&amp;gt;&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;lt;esri:GraphicsLayer ID="ResultMap"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; MouseLeftButtonDown="annotations_MouseLeftButtonDown" &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;&amp;nbsp;&amp;nbsp;&amp;nbsp; MouseEnter="GraphicsLayer_MouseEnter" &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;&amp;nbsp;&amp;nbsp;&amp;nbsp; MouseLeave="GraphicsLayer_MouseLeave"&amp;gt;&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;lt;/esri:GraphicsLayer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map.Layers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever I select an area (e.g a region or group of states), the graphic layer will paint that area with a color (it is like the spatial query sample provided by ArcGIS).&amp;nbsp; Since the graphic layer is on top of the "BigMap" layer, the BigMap layer looks vague under the selected area (you can see that in the sample version as well).&amp;nbsp; Is there a way I can make both layers look clear?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I change to Pan mode, I cannot drag the map when the cursor is on top of the painted area.&amp;nbsp; In my code, when a tool bar icon is clicked, I also enable/disable a Draw instance.&amp;nbsp; Don't know if this is the cause of the problem.&amp;nbsp; The spatial query doesn't have this problem and it doesn't enable/disable Draw instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 13:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558667#M14357</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-24T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558668#M14358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Question 1 : You can change the transparency of the graphics in order to change the way the basemap is visible. But more you will see the graphics, less you will see the basemap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that in the sample the transparency is specified with an color alpha value (88) given by the two first hexdecimal digits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question2 : The sample has this behavior as well. If you activate a tool, you are no more able to pan. So looks normal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558668#M14358</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-24T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558669#M14359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your answer means that I cannot make both look clear, right?&amp;nbsp;&amp;nbsp; Before posting the question, I tried to set opacity value of GraphicsLayer.&amp;nbsp; If opacity of GraphicsLayer is low, the basemap is clear but the colors on GraphicsLayer is hard to see &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; and vice versa.&amp;nbsp; Is there a way to merge the 2 layers or whatever that can paint the basemap without changing the basemap opacity?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hmm, in the spatial query sample, I can move the map while the cursor is on top of the painting area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 16:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558669#M14359</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-24T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558670#M14360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Question1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Your answer means that I cannot make both look clear, right? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;From my understanding : yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can only adjust the opacity (or color transparency for same result) to get the best result for your case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a way to merge the 2 layers or whatever that can paint the basemap without changing the basemap opacity?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;To merge 2 layers you would have to decide the opacity of each layer as well ==&amp;gt; same result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;hmm, in the spatial query sample, I can move the map while the cursor is on top of the painting area.&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right when no tool are active. But if you activate one of the tool, you can no more pan because the mouse event is handled by the tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 17:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558670#M14360</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-24T17:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558671#M14361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Question1:&lt;BR /&gt;&lt;BR /&gt;From my understanding : yes.&lt;BR /&gt;You can only adjust the opacity (or color transparency for same result) to get the best result for your case.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;To merge 2 layers you would have to decide the opacity of each layer as well ==&amp;gt; same result&lt;BR /&gt; &lt;BR /&gt;Question2:&lt;BR /&gt;&lt;BR /&gt;You are right when no tool are active. But if you activate one of the tool, you can no more pan because the mouse event is handled by the tool.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, when the map is first launched, there is no tool activated, I still cannot drag the map when the cursor is on the graphics layer.&amp;nbsp; Draw.IsEnabled = false, draw mode is None.&amp;nbsp; What else do you think may cause the problem?&amp;nbsp; When my Pan icon is clicked, I disable the draw and change draw mode to none as well.&amp;nbsp; I guess something else causes the problem, but can't figure out what.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 11:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558671#M14361</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-25T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558672#M14362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually, when the map is first launched, there is no tool activated, I still cannot drag the map when the cursor is on the graphics layer.&amp;nbsp; Draw.IsEnabled = false, draw mode is None.&amp;nbsp; What else do you think may cause the problem?&amp;nbsp; When my Pan icon is clicked, I disable the draw and change draw mode to none as well.&amp;nbsp; I guess something else causes the problem, but can't figure out what.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found out why I could not drag.&amp;nbsp; In the event handler method for MouseLeave, I had the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;QueryDetailsDataGrid.Focus(); which focus the data grid.&amp;nbsp; After I removed this line, the drag problem was resolved.&amp;nbsp; Don't know why.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 17:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/layers/m-p/558672#M14362</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-25T17:49:55Z</dc:date>
    </item>
  </channel>
</rss>

