<?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: Map tips still not displaying in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630690#M16201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please confirm if you run the Query Layer operation on your feature layer from REST page (where 1=1). Does it return the point geometry?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use your feature layer service URL instead of the following link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0/query"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0/query&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 18:10:57 GMT</pubDate>
    <dc:creator>nakulmanocha</dc:creator>
    <dc:date>2011-04-06T18:10:57Z</dc:date>
    <item>
      <title>Map tips still not displaying</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630689#M16200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi all, I've been trying to get map tips to display for a while and still no luck. As a test, I copied all of the MapTips sample code from the resource center sample into my own project and the map tips display perfectly.&amp;nbsp; This uses the feature layer from a map service on ESRI's server.&amp;nbsp; But when I simply substitute my own feature layer from my own map service (and appropriately change the envelope and attributes to bind to), the graphics aren't displaying and the map tips aren't displaying.&amp;nbsp; There are no errors displayed, and it is reading the features and going through the loop the correct number of times (one for each feature) to add them to the graphics layer.&amp;nbsp; But the graphics don't show up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I look at the two feature layers in the REST directories, the only difference I see&amp;nbsp; is that the point feature layer from ESRI has the value "esriGeometryPoint" in the Geometry Type, while my own feature layer does not have any value for that.&amp;nbsp; Could that be the problem and how do I assign that?&amp;nbsp; Thanks much for any assistance...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 17:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630689#M16200</guid>
      <dc:creator>DanielSchatt</dc:creator>
      <dc:date>2011-04-06T17:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Map tips still not displaying</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630690#M16201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please confirm if you run the Query Layer operation on your feature layer from REST page (where 1=1). Does it return the point geometry?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use your feature layer service URL instead of the following link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0/query"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0/query&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 18:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630690#M16201</guid>
      <dc:creator>nakulmanocha</dc:creator>
      <dc:date>2011-04-06T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Map tips still not displaying</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630691#M16202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you visit the REST end point on your web browser, what is the geometry type? (Kindly see attached image for sample).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the features render and gets mouse events? Try subscribing to GraphicsLayer.MouseEnter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 16:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630691#M16202</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-07T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map tips still not displaying</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630692#M16203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help!&amp;nbsp; Well it turned out that hiding the Shape field (because I didn't want that in my Identify popup) was the source of the problem.&amp;nbsp; I didn't think making it invisible to the user would make it inaccessible to the server.&amp;nbsp; Anyway, first I unhid the Shape field in the .mxd and refreshed the service and cleared the REST cache, and still no graphics or map tips.&amp;nbsp; Even though in the REST endpoint web site, the point geometry was returned, a Shape field was now listed, and the Geometry Type was now esriPointGeometry.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally I just generated a brand new map service with the Shape field visible from the beginning, and then everything worked.&amp;nbsp; Thought I'm still not clear why the first map service still isn't working..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 17:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-still-not-displaying/m-p/630692#M16203</guid>
      <dc:creator>DanielSchatt</dc:creator>
      <dc:date>2011-04-08T17:36:18Z</dc:date>
    </item>
  </channel>
</rss>

