<?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 Can't move the circle on the map after creating it and add it on the SkechViewModel graphic layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054188#M72872</link>
    <description>&lt;P&gt;Hi, I am using SketchViewModel to draw shapes on the map, but since you can't really specify the radius of a circle, I have to create a circle using the Circle class with Center and Radius and add it on the SketchViewModel graphic layer. But the problem is, once I create the circle and add it on the map, I can enter the edit mode to select the circle (extent box shows, graphic is highlighted...) BUT, I can't move the circle to other location like the graphic I created use SketchViewModel. What did I miss? Can anyone help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;THanks!&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 13:41:06 GMT</pubDate>
    <dc:creator>LindsayWatson</dc:creator>
    <dc:date>2021-05-04T13:41:06Z</dc:date>
    <item>
      <title>Can't move the circle on the map after creating it and add it on the SkechViewModel graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054188#M72872</link>
      <description>&lt;P&gt;Hi, I am using SketchViewModel to draw shapes on the map, but since you can't really specify the radius of a circle, I have to create a circle using the Circle class with Center and Radius and add it on the SketchViewModel graphic layer. But the problem is, once I create the circle and add it on the map, I can enter the edit mode to select the circle (extent box shows, graphic is highlighted...) BUT, I can't move the circle to other location like the graphic I created use SketchViewModel. What did I miss? Can anyone help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;THanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 13:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054188#M72872</guid>
      <dc:creator>LindsayWatson</dc:creator>
      <dc:date>2021-05-04T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't move the circle on the map after creating it and add it on the SkechViewModel graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054261#M72879</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are seeing is right. SketchViewModel can create points, lines and polygons. I created a &lt;A href="https://codepen.io/U_B_U/pen/OJpLxVY?editors=100" target="_self"&gt;simple test app&lt;/A&gt; for you where&lt;/P&gt;&lt;P&gt;1. I am creating a point using a sketch view model.&lt;/P&gt;&lt;P&gt;2. Then create a buffer around the point with a specified distance and unit (1000 km).&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. User then click on a point to select it and move it&lt;/P&gt;&lt;P&gt;4. As user moves the point over the map, I recalculate the buffer and adjust the buffer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This app was inspired by&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=featurelayerview-query-geometry" target="_self"&gt; this sample&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 16:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054261#M72879</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-05-04T16:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can't move the circle on the map after creating it and add it on the SkechViewModel graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054461#M72895</link>
      <description>&lt;P&gt;Thanks so much for the reply!&lt;BR /&gt;I've tried two ways to add a circle (other than the SketchViewMode circle tool due to radius requests) One is using the buffer method you were showing, which works great, I can add the graphic and edit and move it.&lt;BR /&gt;It's the other way where I use the CircleConstructor, this doesn't work. I can create and add the circle on the layer, and I can select it and enter edit mode, but I just can't move it. It's like the circle pines on the center. Are you saying this is expected behavior of SketchViewMode?&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054461#M72895</guid>
      <dc:creator>LindsayWatson</dc:creator>
      <dc:date>2021-05-04T22:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't move the circle on the map after creating it and add it on the SkechViewModel graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054464#M72896</link>
      <description>&lt;P&gt;Yes it is an expected behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:38:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-move-the-circle-on-the-map-after-creating-it/m-p/1054464#M72896</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-05-04T22:38:13Z</dc:date>
    </item>
  </channel>
</rss>

