<?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: How to make graphic not moving when zoom the map? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1088215#M74263</link>
    <description>&lt;P&gt;Yes, that is correct!&lt;/P&gt;&lt;P&gt;Thanks！&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 00:03:55 GMT</pubDate>
    <dc:creator>howard</dc:creator>
    <dc:date>2021-08-12T00:03:55Z</dc:date>
    <item>
      <title>How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087356#M74223</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a question, I use&amp;nbsp;SketchViewModel to draw the shape on map, I want to keep the shape located in center (not moving) when the zoom in/out the map; how can I implement it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 03:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087356#M74223</guid>
      <dc:creator>howard</dc:creator>
      <dc:date>2021-08-10T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087359#M74224</link>
      <description>&lt;P&gt;Use the center of the screen as the coordinates of your graphic.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var x = window.innerWidth / 2;
var y = window.innerHeight / 2;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Aug 2021 04:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087359#M74224</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-08-10T04:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087361#M74225</link>
      <description>&lt;P&gt;Thanks &lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/14521" target="_blank"&gt;LefterisKoumis&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the shape is not in &lt;/SPAN&gt;center, how make the shape looks like keeping statis position and size?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 05:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087361#M74225</guid>
      <dc:creator>howard</dc:creator>
      <dc:date>2021-08-10T05:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087529#M74239</link>
      <description>&lt;P&gt;This question is answered on this thread:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-make-graphic-not-moving-when-drag-the-map/m-p/1087330#M74222" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-make-graphic-not-moving-when-drag-the-map/m-p/1087330#M74222&lt;/A&gt;&lt;BR /&gt;(In case anyone else stumbles along looking for an answer)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 16:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087529#M74239</guid>
      <dc:creator>CourtneyMenikheim</dc:creator>
      <dc:date>2021-08-10T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087755#M74243</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/233773" target="_self"&gt;&lt;SPAN class=""&gt;CourtneyMenikheim&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your mentioned&amp;nbsp;thread is keeping the shape not moved when moving the map; but how to keep the shape not scale and move (size and position looks like unchange in screen) when zooming the map;&amp;nbsp;adjust the coordinates of shape seems that cannot get the desired effect.&lt;/P&gt;&lt;P&gt;Could you give some helps, thanks!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 00:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087755#M74243</guid>
      <dc:creator>howard</dc:creator>
      <dc:date>2021-08-11T00:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087881#M74251</link>
      <description>&lt;P&gt;To clarify, you want the shape:&lt;BR /&gt;- to be on the map&lt;BR /&gt;- to stay on the screen in the same spot, even as the user pans the map&lt;BR /&gt;- to stay the same size, even as the user zooms in and out&lt;BR /&gt;&lt;BR /&gt;Is that correct?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 13:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1087881#M74251</guid>
      <dc:creator>CourtneyMenikheim</dc:creator>
      <dc:date>2021-08-11T13:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graphic not moving when zoom the map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1088215#M74263</link>
      <description>&lt;P&gt;Yes, that is correct!&lt;/P&gt;&lt;P&gt;Thanks！&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 00:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-graphic-not-moving-when-zoom-the-map/m-p/1088215#M74263</guid>
      <dc:creator>howard</dc:creator>
      <dc:date>2021-08-12T00:03:55Z</dc:date>
    </item>
  </channel>
</rss>

