<?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 mouse cursor dynamicMapServiceLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75249#M6809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;I know it should be easy, but I wasn’t able to change the mouse cursor while it is on a &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;any ideas? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt; Roi.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2015 11:57:14 GMT</pubDate>
    <dc:creator>roialgavish</dc:creator>
    <dc:date>2015-11-05T11:57:14Z</dc:date>
    <item>
      <title>mouse cursor dynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75249#M6809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;I know it should be easy, but I wasn’t able to change the mouse cursor while it is on a &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;any ideas? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt; Roi.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 11:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75249#M6809</guid>
      <dc:creator>roialgavish</dc:creator>
      <dc:date>2015-11-05T11:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: mouse cursor dynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75250#M6810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No this is not easy at all and is highly likely to be impossible. A &lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt; is an image that is requested from the server and thus will not have mouse events for the feature that are displayed in the image. You would need a muse event to trigger the cursor change. the way that popups are displayed for a &lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt; is on mouse click a query is sent to maps layer to see if the mouse click intersects the layers features (like an identify). So sending a query each mouse change to see if you are over a feature in your &lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt;dynamicMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri Light',sans-serif; color: black;"&gt; would be impractical.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 12:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75250#M6810</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-11-05T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: mouse cursor dynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75251#M6811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;again Thank you very much,&lt;/P&gt;&lt;P&gt;i used feature service instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 07:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouse-cursor-dynamicmapservicelayer/m-p/75251#M6811</guid>
      <dc:creator>roialgavish</dc:creator>
      <dc:date>2015-11-10T07:31:36Z</dc:date>
    </item>
  </channel>
</rss>

