<?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: Unable to Create New Features in an Editable Layer Using Web Mapping Application in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161546#M7948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How have you configured editing on the feature service? Go to the item page of the feature service and click the Edit button. Scroll down the page to see these options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Enable editing and allow editors to: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add, update, and delete features &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Update feature attributes only &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add features only&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 20:49:27 GMT</pubDate>
    <dc:creator>MikeMinami</dc:creator>
    <dc:date>2013-05-30T20:49:27Z</dc:date>
    <item>
      <title>Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161543#M7945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We wanted to develop a very basic web mapping application that would allow end-users the ability to add, update, and delete features for an editable layer (in this case a road network).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have completed the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Developed/shared a web map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Published and Downloaded a web mapping application using the configurable Basic Viewer application template (with feature editing capability) available from ArcGIS online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Installed on our web server, and performed some minor customization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Almost everything looks great, and performs as it should, with one exception:&amp;nbsp; We are unable to add new features to the editable layer.&amp;nbsp; We can select existing features and modify/delete them, but we can't add new.&amp;nbsp; I am not using ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might also add that if I publish the web mapping application directly to ArcGIS online, I can perform edits just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I missing?&amp;nbsp; My head hurts from beating it against this brick wall...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I have posted this in the JavaScript API Forum?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161543#M7945</guid>
      <dc:creator>JasonBrown</dc:creator>
      <dc:date>2013-05-30T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161544#M7946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the source of the layer you want to edit? If you uploaded a shapefile or CSV into the map, or added a Map Notes layer, these layers don't support multiple user editing. Only the owner of the map will be able to edit the data. Others can edit the data but would not be able to save changes back to the original map, instead saving as a new map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only types of layers that support multi user editing are those based on feature services, either running on ArcGIS Server or hosted as part of an ArcGIS Online subscription.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 19:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161544#M7946</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-05-30T19:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161545#M7947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer was uploaded from a zipped shapefile, and then published as a feature service hosted as part of our ArcGIS Online for Organizations subscription.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 20:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161545#M7947</guid>
      <dc:creator>JasonBrown</dc:creator>
      <dc:date>2013-05-30T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161546#M7948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How have you configured editing on the feature service? Go to the item page of the feature service and click the Edit button. Scroll down the page to see these options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Enable editing and allow editors to: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add, update, and delete features &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Update feature attributes only &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add features only&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 20:49:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161546#M7948</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-05-30T20:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161547#M7949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it set up to enable editing and allow editors to add, update, and delete features. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also enabled sync, and tracking of who created and last updated features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 20:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161547#M7949</guid>
      <dc:creator>JasonBrown</dc:creator>
      <dc:date>2013-05-30T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161548#M7950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, it seems you can rule out a problem with the service since you are able to edit the data when published through ArcGIS Online. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you set up the proxy when configuring the application locally? The instructions are in the readme file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 21:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161548#M7950</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-05-30T21:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161549#M7951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Doh!&amp;nbsp; No, I didn't set up the proxy as you mentioned.&amp;nbsp; I'll give this a shot and let you know how it turns out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 21:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161549#M7951</guid>
      <dc:creator>JasonBrown</dc:creator>
      <dc:date>2013-05-30T21:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161550#M7952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a similar problem to cityofgreenriver&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 feature services in a map. They both have the same edit settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31165[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to edit them in the default ArcGIS online map viewer. It works fine, you can create edit and delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31166[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then published the map to the basic viewer web application. When I open the app I can edit features from both layer but cannot add new features for the second layer. The edit legend only shows one of the services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31167[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice? I have checked, republished and tried a view other things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 02:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161550#M7952</guid>
      <dc:creator>StephanLe_Roux</dc:creator>
      <dc:date>2014-02-06T02:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161551#M7953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are having the exact same issue with our web service.&amp;nbsp; The attribute information can be edited but when we go to the edit screen in ArcGIS Online even though the layer is there we cannot add data/move data.&amp;nbsp; Was there any head way made on this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 20:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161551#M7953</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-04-07T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161552#M7954</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 solved my problem by going back to my mxd. Redoing my categories for my difrrent symbols&amp;nbsp; and publishing it back to ArcGIS online. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 21:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161552#M7954</guid>
      <dc:creator>StephanLe_Roux</dc:creator>
      <dc:date>2014-04-07T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create New Features in an Editable Layer Using Web Mapping Application</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161553#M7955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We are having the exact same issue with our web service.&amp;nbsp; The attribute information can be edited but when we go to the edit screen in ArcGIS Online even though the layer is there we cannot add data/move data.&amp;nbsp; Was there any head way made on this issue?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, no.&amp;nbsp; We basically ended up going in a completely different direction with this particular project.&amp;nbsp; THANKS!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-create-new-features-in-an-editable-layer/m-p/161553#M7955</guid>
      <dc:creator>JasonBrown</dc:creator>
      <dc:date>2014-04-22T13:34:15Z</dc:date>
    </item>
  </channel>
</rss>

