<?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: Hover over to work on multiple feature layers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649534#M60581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;This is exactly what I was looking for, the examples that I had come across so far had only one layer, and I did not think it would be so simple, still learning new to this, thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2015 21:56:07 GMT</pubDate>
    <dc:creator>JssrRR</dc:creator>
    <dc:date>2015-01-06T21:56:07Z</dc:date>
    <item>
      <title>Hover over to work on multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649530#M60577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have three feature layers in this application and I have a tooltip dialog working on the first layer that I added. I want to know if there is way, with which I can have the tooltip, hover over dialog box, to show up on other two layers as well. I want only the nursing facilities to be selected, within the buffer, when clicked on any feature. If I have the tooltip working on other layers, then I can identify the center of the circle to draw a buffer and select nursing facilities.&lt;/P&gt;&lt;P&gt;Here is the JSfiddle I am working on:&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/JSSR/kLasn1cc/"&gt;http://jsfiddle.net/JSSR/kLasn1cc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 20:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649530#M60577</guid>
      <dc:creator>JssrRR</dc:creator>
      <dc:date>2015-01-06T20:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hover over to work on multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649531#M60578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saloni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What field are you wanting to use in those other layers? Neither of those layers have an outfields configured...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649531#M60578</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-01-06T21:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hover over to work on multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649532#M60579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Sorry, in&amp;nbsp; featureLayer 1, I want the to name of the urban place to show up like this&amp;nbsp; " Name: ${NAMELSAD}" and in featureLayer 2, I want to&amp;nbsp; show the Zipcode which is in field "ZipCode:&amp;nbsp; ${GEOID}". I already have Nursing facility showing the facility ID. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649532#M60579</guid>
      <dc:creator>JssrRR</dc:creator>
      <dc:date>2015-01-06T21:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hover over to work on multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649533#M60580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saloni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So unless I am not understanding the issue then it is as simple as adding a mouse over event function to the other two layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also removed the line where you were showing the map.infowidow for some reason and never using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/rscheitlin/vjpzbkur/" title="http://jsfiddle.net/rscheitlin/vjpzbkur/"&gt;Your code updated&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649533#M60580</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-01-06T21:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hover over to work on multiple feature layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649534#M60581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;This is exactly what I was looking for, the examples that I had come across so far had only one layer, and I did not think it would be so simple, still learning new to this, thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hover-over-to-work-on-multiple-feature-layers/m-p/649534#M60581</guid>
      <dc:creator>JssrRR</dc:creator>
      <dc:date>2015-01-06T21:56:07Z</dc:date>
    </item>
  </channel>
</rss>

