<?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: cursor tolerance location in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705079#M65619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like there's something else going on here, since removing the layers shouldn't have any effect on the infoWindow's position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes when elements aren't lining up correctly on the map it can be due to a misplaced DIV which is interfering with the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to post your code, or a link to your map? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2011 04:33:47 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2011-08-26T04:33:47Z</dc:date>
    <item>
      <title>cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705076#M65616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a cursor on my web map used to select a location for infowindows, currently it seems to select the location within the specified tolerance of the bottom left of the cursor. I would like to have it select from the top left of the cursor if anyone can help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 22:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705076#M65616</guid>
      <dc:creator>MichaelKaminski1</dc:creator>
      <dc:date>2011-08-25T22:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705077#M65617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give some sample code to show what you're seeing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/map/map_infowindow.html"&gt;This sample&lt;/A&gt;&lt;SPAN&gt; seems to show the infoWindow appearing at the top-left of the location clicked. Is this not what you're seeing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the infoWindow showing, and how are you opening it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 23:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705077#M65617</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-25T23:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705078#M65618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I made a change to how the switching between visible services is done. I was using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;map.removeAllLayers();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and changed to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;map.destroy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the popUp (sorry about saying infoWindow)&amp;nbsp; now uses the top left of the cursor. The problem then is that i then have call the init(); function which in turn sets the extent to the initial extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;another issue i just noticed with using the map.destroy(); is that i seem to get overlaying scalebars? using the map.removeAllLayers(); doesn't give this issue??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 04:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705078#M65618</guid>
      <dc:creator>MichaelKaminski1</dc:creator>
      <dc:date>2011-08-26T04:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705079#M65619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like there's something else going on here, since removing the layers shouldn't have any effect on the infoWindow's position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes when elements aren't lining up correctly on the map it can be due to a misplaced DIV which is interfering with the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to post your code, or a link to your map? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 04:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705079#M65619</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-26T04:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705080#M65620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is definitely an interaction type issue causing it.... in my attempt to strip the file down to send it the issue disappeared...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the entire code, the loading is at line 859.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 05:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705080#M65620</guid>
      <dc:creator>MichaelKaminski1</dc:creator>
      <dc:date>2011-08-26T05:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: cursor tolerance location</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705081#M65621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is definitely an interaction type issue causing it.... in my attempt to strip the file down to send it the issue disappeared...&lt;BR /&gt;&lt;BR /&gt;I have attached the entire code, the loading is at line 859.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you outline the steps needed to reproduce the problem using your sample code? The infoWindows are appearing in the correct position for me, as far as I can tell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A suggestion is to load in the layers as &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm"&gt;Feature Layers&lt;/A&gt;&lt;SPAN&gt;. Clicking on a feature would display the popup, and would remove the need to run an Identify task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://atlas.nsw.gov.au/public/nsw/home/map/population.html"&gt;this map&lt;/A&gt;&lt;SPAN&gt; as an example. The polygons are loaded as a feature layer, and are highlighted on MouseOver. The infoWindow appears when you click on a feature - when you click off a feature, nothing happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that you don't see the "No Information Available" message when no features are found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(If you like, I'd be happy to make a site visit to GBRMPA to assist in-person &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 00:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cursor-tolerance-location/m-p/705081#M65621</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-08-29T00:54:03Z</dc:date>
    </item>
  </channel>
</rss>

