<?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: Is ıt a bug? Losing shape while in both editing vertices and panning in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606322#M56693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the heads up. Let me take a look and I'll get back to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 13:05:10 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2011-11-28T13:05:10Z</dc:date>
    <item>
      <title>Is ?t a bug? Losing shape while in both editing vertices and panning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606321#M56692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I found a bug on editing vertices mode, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a kind of editing application in my company, however, I can't figured out a solution on this problem; I edit vertices of a feature and then pan the map, but the feature goes back its original shape. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also came up with this problem in JS API Samples and took a screen-shot (see attachments), &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ed/ed_toolbar.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ed/ed_toolbar.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Folks! Please kinldy suggest a solution as soon as possible since I have a presantation to a customer on Friday,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 12:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606321#M56692</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2011-11-28T12:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is ıt a bug? Losing shape while in both editing vertices and panning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606322#M56693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the heads up. Let me take a look and I'll get back to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 13:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606322#M56693</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-11-28T13:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is ıt a bug? Losing shape while in both editing vertices and panning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606323#M56694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not a bug. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample is using on demand mode featurelayer. When panning the map, it forces to retrieve the features from server again. According to the screenshot you provided, the feature you are editing is still selected when you pan the map, which means the edits haven�??t been sent to server since the sample code only call applyEdits when the feature is deselected. So the solutions could be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use snapshot mode instead of on demand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Call applyEdits whenever a vertex moves.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 15:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606323#M56694</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2011-11-28T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is ıt a bug? Losing shape while in both editing vertices and panning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606324#M56695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already tested these, unfortunately they are not efficient since they consume a lot of memory or bandwidth (note that I'm working on Istanbul data which contains millions of features).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found another efficient way that you may want to hear;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I add the selected feature to the graphic container and activate edit toolbar for it. When editor toolbar is deactivated, the application sends all edits to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point Here is the another problem that I came up with it;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I did some changes on the feature, I checked current state of the edit toolbar with using .getCurrentState() function but it returned false for isModified variable. I think it doesn't work properly with a standalone graphic. Do you know anything about that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606324#M56695</guid>
      <dc:creator>Mete_ErcanPakdil1</dc:creator>
      <dc:date>2011-11-29T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is ıt a bug? Losing shape while in both editing vertices and panning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606325#M56696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try: editorWidget._editToolbar.refresh(); ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-t-a-bug-losing-shape-while-in-both-editing/m-p/606325#M56696</guid>
      <dc:creator>PeterPuck</dc:creator>
      <dc:date>2012-02-15T06:07:05Z</dc:date>
    </item>
  </channel>
</rss>

