<?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: mobile package, feature layers are not editable  in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735094#M9211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Oct 2017 10:55:13 GMT</pubDate>
    <dc:creator>MohamedNabil1</dc:creator>
    <dc:date>2017-10-15T10:55:13Z</dc:date>
    <item>
      <title>mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735092#M9209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; created mobile package with ArcGIS Pro, when I load it using ArcGIS Runtime SDK for .NET,&amp;nbsp; I found that&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;FeatureTable&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;IsEditable is always false.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How can I enable editing in feature layers in the mobile package (mmpk)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 18:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735092#M9209</guid>
      <dc:creator>MohamedNabil1</dc:creator>
      <dc:date>2017-10-11T18:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735093#M9210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="color: #000000;"&gt;OfflineMapTask&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;CreateAsync()&lt;/STRONG&gt; method to generate MMPK file. In this way when the map is taken offline, it is stored as a mobile map. If the map contains sync-enabled feature layers, those can be edited offline as well, otherwise generated MMPK from Pro isn't editable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hope that helps. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 20:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735093#M9210</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-10-11T20:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735094#M9211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Oct 2017 10:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735094#M9211</guid>
      <dc:creator>MohamedNabil1</dc:creator>
      <dc:date>2017-10-15T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735095#M9212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came across the same issue after creating a mobile map package from ArcGIS Pro for use on a mobile platform. I followed the sample code for&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/uwp/api-reference/html/M_Esri_ArcGISRuntime_Tasks_Offline_OfflineMapTask_CreateAsync.htm"&gt;CreateAsync(Map)&lt;/A&gt; to enable editing. The mmpk is loaded at runtime and does not have a portal reference.&amp;nbsp;The user needs to be allowed to update the non-spatial attribute data in the feature class and their changes do not need to be sync'd back to a portal item - it is just used to demonstrate how changing the attributes changes the symbology on the map. I initially tried to use FeatureTable.UpdateFeatureAsync(feature) but received an error that the underlying map is readonly. Then I found this post. Now there is an error when trying to use CreateAsync - "Illegal state: The online map must have an item property which is its online portal item". I tried uploading the mmpk to ArcGIS Online, but keep receiving 502 errors during the upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to make an already offline mobile map pacakge created from Pro available for editing of attributes (with no need to sync)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735095#M9212</guid>
      <dc:creator>DawnStalberg</dc:creator>
      <dc:date>2019-07-19T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735096#M9213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mobile map packages created with ArcGIS Pro are read only, not meant to be editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735096#M9213</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2019-07-19T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735097#M9214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Mark.&lt;/P&gt;&lt;P&gt;In that case, which format can we use to generate offline content for which the non-spatial attributes can be edited but not sync'd or persisted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735097#M9214</guid>
      <dc:creator>DawnStalberg</dc:creator>
      <dc:date>2019-07-19T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735098#M9215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to generate editable offline map package is through the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Tasks_Offline_OfflineMapTask.htm"&gt;OfflineMapTask&lt;/A&gt;.&amp;nbsp; The link gives a pretty detailed example of how it is done.&amp;nbsp; I believe the long term plan is to allow map packages developed in Pro to be editable, but it is not available at this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 21:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735098#M9215</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-07-19T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735099#M9216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Joe - please see follow-up questions in &lt;A href="https://community.esri.com/message/865732-recreating-editable-featuredatagrid-wpf-in-xamarinandroid"&gt;https://community.esri.com/message/865732-recreating-editable-featuredatagrid-wpf-in-xamarinandroid&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jul 2019 14:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735099#M9216</guid>
      <dc:creator>DawnStalberg</dc:creator>
      <dc:date>2019-07-20T14:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735100#M9217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;We have the need to edit packages offline on cellular or laptops (include geometries) and to post it back to the main database.&lt;/P&gt;&lt;P&gt;What is the correct way to do it currently?&lt;/P&gt;&lt;P&gt;I understand you need to write a program (in RunTime API)&amp;nbsp; that will extract and create the package.&lt;/P&gt;&lt;P&gt;Then you can take the package to RunTime applications on mobile and edit it without network.&lt;/P&gt;&lt;P&gt;Then you need to sync it back - how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2019 05:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735100#M9217</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2019-07-21T05:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735101#M9218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at Collector?&amp;nbsp; If you don't have specific custom needs Collector will let you do what you decribe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2019 14:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735101#M9218</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-07-21T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735102#M9219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Joe suggested, take a look at Collector&amp;nbsp;for Android/iOS as it may already offer what you you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help understand the offline workflow I recommend starting with the Guide topic&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/offline.htm"&gt;https://developers.arcgis.com/net/latest/wpf/guide/offline.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If after evaluating Collector you still need to build a custom app I also recommend taking a looking the Data Collection example app build by the Runtime development team:&amp;nbsp;&lt;A href="https://developers.arcgis.com/example-apps/data-collection-dotnet/"&gt;https://developers.arcgis.com/example-apps/data-collection-dotnet/&lt;/A&gt;.&amp;nbsp;The master branch currently contains a WPF app (there's a UWP version in progress in &lt;A href="https://github.com/Esri/data-collection-dotnet/tree/uwp-attachments"&gt;https://github.com/Esri/data-collection-dotnet/tree/uwp-attachments&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 03:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735102#M9219</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-07-22T03:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735103#M9220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;I would like to explain what we need and what I understand from the docs so I understand the options.&lt;/P&gt;&lt;P&gt;Currently the users works on desktop, they build a complex project (rasters and vectors, some of them local on disk), set an area of interest and like to download it to the device.&lt;/P&gt;&lt;P&gt;Currently we use complex software on desktop to create the data for the mobile (caches and .geodatabase files) and we do not edit or return anything back to the organization database.&lt;/P&gt;&lt;P&gt;The user MUST have a custom application, no way to use any ready to use application (the needs are very specific).&lt;/P&gt;&lt;P&gt;From what I see on the on-demand workflow I understand that all data must be services and that I need to build the package for the cellular using RunTime application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way (now or in coming version) to start a workflow in desktop (possibly Pro) and create an editable package for RunTime applications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 04:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735103#M9220</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2019-07-22T04:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: mobile package, feature layers are not editable</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735104#M9221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard workflow today would be to work in Portal or AGOL and create a WebMap that would be used as the source data.&amp;nbsp; The user or admin could pre-package (see preplanned workflow) this data so the package does not have to&amp;nbsp;be generated at the time of download which reduces download time significantly (generating a package takes 5+ minutes depending on size).&amp;nbsp; Although, be aware that a single WebMap can only have 16 preplanned work areas which is both arbitrary and far too small (at least for&amp;nbsp;the world I work in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is to do a custom process on the enterprise side.&amp;nbsp; Yes, it is true that only a offline replica generated from a feature service is editable.&amp;nbsp; But there is no requirement that this be generated on the device itself.&amp;nbsp; You could develop a process to create your own offline packages on the enterprise and then a process to download those packages.&amp;nbsp; If the packages are complex as you describe, this may be the only option.&amp;nbsp; Also while Runtime does a nice job of simplifying this process, replicas can always be created directly from the rest endpoint.&amp;nbsp; This custom approach is the path we are heading down, primarily because of the 16 prepackaged limit which is a good 10x less than the amount we need.&amp;nbsp; Also, it gives us an ability to deliver additional data in the package which is a plus.&amp;nbsp; We use an application run on the server to generate/update the offline packages which are stored on a web server.&amp;nbsp; We have an application exposed as a rest endpoint that services client requests&amp;nbsp;to download the prepackaged offline maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 14:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-package-feature-layers-are-not-editable/m-p/735104#M9221</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-07-22T14:35:27Z</dc:date>
    </item>
  </channel>
</rss>

