<?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: Question about maptips, identify, and layers. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69494#M1714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Charlie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The checkbox for the service is the only way to toggle the visibility of All the layers at once.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;it looks like you are adding the ArcGISDynamicMapServiceLayer AND the feature layers to your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would mean that the same features are displayed twice, once with the map service and once with the feature layer. Then you would have to switch off the 2 layers to get nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to decide to use either one ArcGISDynamicMapServiceLayer or many feature layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's true that to get maptips you need feature layers, but you will download an enormous amount of data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If maptips are your only reason to use feature layers, I think you should rather consider to use the identify task with a DynamicMapServiceLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jun 2010 08:24:14 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-06-18T08:24:14Z</dc:date>
    <item>
      <title>Question about maptips, identify, and layers.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69491#M1711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to sort out the best way to provide a good combination of maptips, identify, and layer control in the TOC.&amp;nbsp; It seems that if you want to provide an identify capability you need to use the ArcGISDynamicMapServiceLayer, but to use maptips you need to use FeatureLayers.&amp;nbsp; Is this correct?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the layers in the TOC seem to be dependent upon the ArcGISDynamicMapServiceLayers.&amp;nbsp; The FeatureLayers show up in the TOC but the checkbox does not hide/unhide the features.&amp;nbsp; I am putting the layers in a Listbox by binding to the Layers as in:&amp;nbsp;&amp;nbsp; ItemsSource="{Binding ElementName=MyMap, Path=Layers}" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a better way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 21:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69491#M1711</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2010-06-14T21:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about maptips, identify, and layers.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69492#M1712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The binding looks correct to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you have to verify the binding between the checkbox and the 'Visible' layer property. But, as it's working for most layers, I guess it's correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is exactly the issue with the feature layer? Is it only a refresh issue (i.e it's working fine after you zoom or pan the map, but it's not working at the exact moment you check or uncheck the visibility)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69492#M1712</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-16T09:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about maptips, identify, and layers.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69493#M1713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Dominique.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess my issue is that if I add the ArcGISDynamicMapServiceLayer for a service, I get all the layers in that service represented by one item in the TOC.&amp;nbsp; This is fine in that I can toggle the layers on or off and query them.&amp;nbsp; However if I now want to get maptips on the layers in that service, I need to add each layer independently as a FeatureLayer.&amp;nbsp; The problem with doing this is that in addition to having an entry for the service in the TOC, I also get each layer in that service listed in the TOC.&amp;nbsp; This is fine except that by clicking on the checkbox next to one of the layers, it does not toggle the visibility of that layer.&amp;nbsp; The checkbox for the service is the only way to toggle the visibility of All the layers at once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the checkbox for the individual FeatureLayers in the TOC would toggle their visibility, that would be a nice feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69493#M1713</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2010-06-17T13:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about maptips, identify, and layers.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69494#M1714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Charlie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The checkbox for the service is the only way to toggle the visibility of All the layers at once.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;it looks like you are adding the ArcGISDynamicMapServiceLayer AND the feature layers to your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would mean that the same features are displayed twice, once with the map service and once with the feature layer. Then you would have to switch off the 2 layers to get nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to decide to use either one ArcGISDynamicMapServiceLayer or many feature layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's true that to get maptips you need feature layers, but you will download an enormous amount of data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If maptips are your only reason to use feature layers, I think you should rather consider to use the identify task with a DynamicMapServiceLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 08:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/question-about-maptips-identify-and-layers/m-p/69494#M1714</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-18T08:24:14Z</dc:date>
    </item>
  </channel>
</rss>

