<?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: cannot save edits of feature service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301706#M27683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;update: Bjorn's suggestion and link was pretty darn close. I changed my source data to Web Mercator and I was able to reshape the polygons and have them save back to my server and SDE database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks Bjorn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;How&lt;/SPAN&gt;&lt;SPAN&gt; did you see that error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 17:26:56 GMT</pubDate>
    <dc:creator>SeanConlon</dc:creator>
    <dc:date>2013-12-18T17:26:56Z</dc:date>
    <item>
      <title>cannot save edits of feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301704#M27681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I???m trying to reshape the boundaries of a polygon using the javascript samples located here:&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jssamples/util_reshape.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/en/javascript/jssamples/util_reshape.html&lt;/A&gt;&lt;SPAN&gt; I downloaded the zip file, plugged in the URL of my feature and geometry service, and hosted it on a webserver: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.navmaps.alaska.gov/kusko/reshape_kusko.html " rel="nofollow" target="_blank"&gt;http://www.navmaps.alaska.gov/kusko/reshape_kusko.html &lt;/A&gt;&lt;SPAN&gt; I???ve published a feature service to a external ArcGIS server, from desktop using feature classes in SDE ??? ( both running Arc 10.1) here:&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.dmlwmaps.dnr.alaska.gov/agsweb/rest/services/kuskokwim_indexing/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://www.dmlwmaps.dnr.alaska.gov/agsweb/rest/services/kuskokwim_indexing/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; I???ve registered the&amp;nbsp; feature class&amp;nbsp; on the server. But when I try to edit the polygons and it appears to let me but the edits don???t save to the feature class. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help? What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 22:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301704#M27681</guid>
      <dc:creator>SeanConlon</dc:creator>
      <dc:date>2013-12-13T22:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: cannot save edits of feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301705#M27682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure WHY it's happening, but the error is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;"error":{"code":1015,"description":"Geometry could not be set."}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it is related to projections/extents in the data, see for example &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/67999-Geometry-could-not-be-set" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/67999-Geometry-could-not-be-set&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 16:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301705#M27682</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-12-14T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: cannot save edits of feature service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301706#M27683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;update: Bjorn's suggestion and link was pretty darn close. I changed my source data to Web Mercator and I was able to reshape the polygons and have them save back to my server and SDE database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks Bjorn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;How&lt;/SPAN&gt;&lt;SPAN&gt; did you see that error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 17:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-save-edits-of-feature-service/m-p/301706#M27683</guid>
      <dc:creator>SeanConlon</dc:creator>
      <dc:date>2013-12-18T17:26:56Z</dc:date>
    </item>
  </channel>
</rss>

