<?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: MapTip from multiple feature layers in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663759#M17025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have two feature layers that are &lt;SPAN style="font-style:italic;"&gt;optional&lt;/SPAN&gt; in the map&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure how you create these feature layers but for sure a map can manage multiple feature layers with maptips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you create the feature layers by code on the fly, you can create the maptip at the same time by code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 05:51:26 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2012-09-14T05:51:26Z</dc:date>
    <item>
      <title>MapTip from multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663758#M17024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is possible; figured I'd toss it out here in case someone had an idea for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two feature layers that are &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;optional&lt;/SPAN&gt;&lt;SPAN&gt; in the map; they may or may not be present.&amp;nbsp; If they are present, I would like to be able to let the user hover the mouse over a feature in feature layer 1, then show certain attributes from that feature as well as related data from feature layer 2 in a MapTip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 21:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663758#M17024</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-09-13T21:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip from multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663759#M17025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have two feature layers that are &lt;SPAN style="font-style:italic;"&gt;optional&lt;/SPAN&gt; in the map&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure how you create these feature layers but for sure a map can manage multiple feature layers with maptips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you create the feature layers by code on the fly, you can create the maptip at the same time by code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 05:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663759#M17025</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-09-14T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip from multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663760#M17026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I realize that multiple feature layers can be handled, each with MapTips; however I'm uncertain as to how to perform the procedure I have indicated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to guess that I'll have to hook into a mouse event and when it slows to a certain point, find the nearest feature from layer 1, then fire off an async call to get the associated data from layer 2, then display it.&amp;nbsp; ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 13:05:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663760#M17026</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-09-14T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip from multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663761#M17027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm going to guess that I'll have to hook into a mouse event and when it slows to a certain point, find the nearest feature from layer 1, then fire off an async call to get the associated data from layer 2, then display it. ? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easier way to get maptips is to set the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.GraphicsLayer~MapTip.html"&gt;Maptip property &lt;/A&gt;&lt;SPAN&gt;of the FeatureLayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a sample here : &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#GraphicsMapTip"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#GraphicsMapTip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(the maptip is set in XAML but the same thing can be made by code).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 13:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663761#M17027</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-09-14T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: MapTip from multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663762#M17028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique - I've seen that example, and unfortunately that's not what I'm after.&amp;nbsp; I need to display data from more than one feature layer in a single MapTip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Per original post: "&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;show certain attributes from that feature as well as related data from feature layer 2 in a MapTip&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 13:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptip-from-multiple-feature-layers/m-p/663762#M17028</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-09-14T13:32:40Z</dc:date>
    </item>
  </channel>
</rss>

