<?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: Identify Feature by hovering over in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569478#M53106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also are you sure that this is the right url?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gisappserv3.com/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer" title="http://gisappserv3.com/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer"&gt;http://gisappserv3/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wont open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2015 13:55:55 GMT</pubDate>
    <dc:creator>TimWitt2</dc:creator>
    <dc:date>2015-05-15T13:55:55Z</dc:date>
    <item>
      <title>Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569471#M53099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I can easily identify a feature on layer by using onClick and Identifytask. However I would like to identify a feature of specific layers in a map service by hovering over instead of clicking. I tried using a QueryTask but I'm not really querying the layer (I don't have a where). Which method is the best to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 21:37:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569471#M53099</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-05-14T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569472#M53100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this sample: &lt;A href="http://developers.arcgis.com/javascript/samples/fl_hover/" title="http://developers.arcgis.com/javascript/samples/fl_hover/"&gt;Feature Layer - display results as an InfoWindow onHover&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially you need to respond to the &lt;A href="https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html#event-mouse-over"&gt;mouse-over&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html#event-mouse-out"&gt;mouse-out&lt;/A&gt; events for each layer to apply the hover info. The sample shows how this is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 22:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569472#M53100</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-05-14T22:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569473#M53101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it's not quite working for me with the map service I am using. How do you paste javascript into a reply? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 22:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569473#M53101</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-05-14T22:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569474#M53102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To paste a code block click on the 'Use advanced editor' at the top-right of the reply area then you can paste your code, select it then pick Javascript from the Syntax Highlighting options:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="js-formatting.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/99817_js-formatting.png" style="width: 620px; height: 244px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 23:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569474#M53102</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-05-14T23:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569475#M53103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took the code from example altered to use my map service, I am missing something because I can't get mouse move to fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; var map, dialog;&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/layers/FeatureLayer"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/symbols/SimpleFillSymbol"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/symbols/SimpleLineSymbol"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/renderers/SimpleRenderer"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/graphic"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/lang"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"esri/Color"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"dojo/number"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"dojo/dom-style"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"dijit/TooltipDialog"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"dijit/popup"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"dojo/domReady!"&lt;/SPAN&gt;
&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; (&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Map(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"mapDiv"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, {&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"streets"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;false&lt;/SPAN&gt;
&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; southCarolinaCounties = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; FeatureLayer(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisappserv3/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://gisappserv3/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, {&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"District"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;]&lt;/SPAN&gt;

&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; southCarolinaCounties.setDefinitionExpression("STATE_NAME = 'Washington'");&lt;/SPAN&gt;
&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; symbol = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; SimpleFillSymbol(&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; SimpleLineSymbol(&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Color([255, 255, 255, 0.35]),&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Color([125, 125, 125, 0.35])&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; SimpleRenderer(symbol));&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; TooltipDialog({&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"tooltipDialog"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"position: absolute; width: 250px; font: normal normal normal 10pt Helvetica;z-index:100"&lt;/SPAN&gt;
&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; highlightSymbol = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; SimpleFillSymbol(&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; SimpleLineSymbol(&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Color([255, 0, 0]), 3&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Color([125, 125, 125, 0.35])&lt;/SPAN&gt;

&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;//close the dialog when the mouse leaves the highlight graphic&lt;/SPAN&gt;
&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"load"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; () {&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"mouse-out"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, closeDialog);&lt;/SPAN&gt;

&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;//listen for when the onMouseOver event fires on the countiesGraphicsLayer&lt;/SPAN&gt;
&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;//when fired, create a new graphic with the geometry from the event.graphic and add it to the maps graphics layer&lt;/SPAN&gt;
&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;
&lt;/SPAN&gt;
&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"mouse-over"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; (evt) {&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;'here'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;); &lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; t = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"&amp;lt;b&amp;gt;${District}&amp;lt;/b&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; content = esriLang.substitute(evt.graphic.attributes, t);&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; highlightGraphic = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Graphic(evt.graphic.geometry, highlightSymbol);&lt;/SPAN&gt;

&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"opacity"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;, 0.85);&lt;/SPAN&gt;

&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; closeDialog() {&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569475#M53103</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2021-12-12T00:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569476#M53104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parts of your code are missing. Maybe create a quick &lt;A href="https://jsfiddle.net/" title="https://jsfiddle.net/"&gt;Create a new fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569476#M53104</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-05-15T13:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569477#M53105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also...I have different layers in my map service, and I am trying to hover over a point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569477#M53105</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-05-15T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569478#M53106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also are you sure that this is the right url?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gisappserv3.com/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer" title="http://gisappserv3.com/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer"&gt;http://gisappserv3/ArcGIS/rest/services/Engineering/MaintenancePoints/MapServer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wont open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569478#M53106</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-05-15T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569479#M53107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I'm sure it is correct. Not sure if there is security on it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569479#M53107</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-05-15T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569480#M53108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like this works on your internal network because you are accessing just by the server name and not by a regular domain name. I would make sure DNS is set-up and your services are forward-facing from outside of your network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569480#M53108</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-05-15T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569481#M53109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This is a good base sample for hover tooltips - I ran into some issues with the latency on keeping features highlighted, but ended-up fixing this with some JavaScript trickeration... by tracking highlight graphics in an array and removing those currently not in focus on the next feature hover - works pretty well in removing the latent objects when moving the mouse fast across the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Another oddity in functionality concerned the pop-up - if you mouse into the tooltip region, then out onto the basemap (not another fl feature), the graphic remains highlighted with the tooltip shown. Through some more trickeration, I ended-up with something more like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A class="jive-link-external-small" href="http://www.bloomberg.com/bw/articles/2013-11-14/2014-outlook-world-economic-growth-map" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;2014 Outlook: World Economic Growth Map - Businessweek&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It wasn't quite as smooth, but close enough!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569481#M53109</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-05-15T14:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Feature by hovering over</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569482#M53110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO: Just because you as a programmer can do something does not mean that you should. Why not require a mouse click? You don't see Google maps using a mouse over to reverse geocode every address that mouse is over.&amp;nbsp; Using a mouse over to display a popup does not make good sense when it comes to user experience or client resource usage. Just something to keep in mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-feature-by-hovering-over/m-p/569482#M53110</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-15T14:25:41Z</dc:date>
    </item>
  </channel>
</rss>

