<?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: MapTips don't work in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420495#M10852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default the 9.3 server returns maximum 500 records. My guess is you have a lot more features than that, so there's a bunch of them you don't see, because the server never returns them. Try and set the Mode on the FeatureLayer to OnDemand, and it should only request the features in the current view. If you pan it will progressively get more and more features. As long as you never have more than 500 records in the current map view, you shoulnd't be seeing any missing features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2011 14:38:35 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2011-05-16T14:38:35Z</dc:date>
    <item>
      <title>MapTips don't work</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420493#M10850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried the two different examples on the Silverlight page for MapTips. I've also found an example on this website:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Adding_maptips.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Adding_maptips.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the MapTips with the code behind, I could not get it to work. Everything ran, but no errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I went back to this simple example. My maptips featurelayer is colored red, as in the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a subset of data showing up. Only the subset of data show the map tips. I have no idea why I'm getting a subset. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my mapservice, nothing is selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my silverlight xaml, I do not use the where clause, so I have not selected anything. I did try to put&amp;nbsp; in a where clause (WHERE="SHAPE_AREA &amp;gt; 1"), but that did not change anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The map service is at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://geiser.wrd.state.or.us/owrd_gis/rest/services/WR/wr_query/MapServer/0"&gt;http://geiser.wrd.state.or.us/owrd_gis/rest/services/WR/wr_query/MapServer/0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running ArcServer 9.3&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dorothy&lt;/SPAN&gt;&lt;IMG src="http://apps.wrd.state.or.us/apps/misc/dam_eq_map/maptip.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 17:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420493#M10850</guid>
      <dc:creator>DorothyMortenson</dc:creator>
      <dc:date>2011-05-13T17:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: MapTips don't work</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420494#M10851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you post the xaml for your map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a simple sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapTipWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapTipWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure you are using a graphic layer or feature layer with the map tip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 21:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420494#M10851</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-05-13T21:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: MapTips don't work</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420495#M10852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default the 9.3 server returns maximum 500 records. My guess is you have a lot more features than that, so there's a bunch of them you don't see, because the server never returns them. Try and set the Mode on the FeatureLayer to OnDemand, and it should only request the features in the current view. If you pan it will progressively get more and more features. As long as you never have more than 500 records in the current map view, you shoulnd't be seeing any missing features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 14:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-don-t-work/m-p/420495#M10852</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-05-16T14:38:35Z</dc:date>
    </item>
  </channel>
</rss>

