<?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: To add a AGSFeature in AGSFeatureLayer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57772#M543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have used as per the pattern. I have checked 'canUpdateFeature()' method before adding into feature layer, it returns 'NO'. So i removed the condition and created, added a feature in a feature layer. The statements are running successfully, but the added feature is not visible in the feature layer. Im facing the problem in some features, but rest of the feature are working great. No idea what is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 07:46:30 GMT</pubDate>
    <dc:creator>MuruganandhamKuppan1</dc:creator>
    <dc:date>2018-05-09T07:46:30Z</dc:date>
    <item>
      <title>To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57770#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'&lt;SPAN&gt;AGSFeatureLayer' is loaded using a url from the arcgis server. Now, i&lt;/SPAN&gt;&amp;nbsp;would like to add a 'AGSFeature' in 'AGSFeatureLayer'. Is it possible to add a '&lt;SPAN&gt;AGSFeature' in a 'AGSFeatureLayer' locally or, whether i need to use 'AGSGraphicOverlay' to accomplish that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice. Also give some example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2 Is the following way is right&amp;nbsp;one to create AGSGraphic from a AGSFeature?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;AGSSymbol&lt;SPAN class=""&gt; * symbol = [&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;graphic&lt;SPAN class=""&gt;.&lt;/SPAN&gt;featureTable&lt;SPAN class=""&gt;.&lt;/SPAN&gt;featureLayer&lt;SPAN class=""&gt;.&lt;/SPAN&gt;renderer&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;symbolForFeature&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.feature&lt;/SPAN&gt;&lt;SPAN class=""&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;AGSGraphic&lt;SPAN class=""&gt; * graphicObj = [[&lt;/SPAN&gt;AGSGraphic&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;alloc&lt;/SPAN&gt;&lt;SPAN class=""&gt;] &lt;/SPAN&gt;&lt;SPAN class=""&gt;initWithGeometry&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;SPAN style="background-color: #f6f6f6;"&gt;feature&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;geometry&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;symbol&lt;/SPAN&gt;&lt;SPAN class=""&gt;:symbol&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;attributes&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;SPAN style="background-color: #f6f6f6;"&gt;feature&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;attributes&lt;SPAN class=""&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;#3 and i tried the following way to add a feature in feature table, but nothing happens&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;[layr.featureTable addFeature:data completion:^(NSError * _Nullable error) {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;if(error)&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;nlog(@"error: %@",error.localizedFailureReason);&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}];&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 13:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57770#M541</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-05-07T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57771#M542</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 don't need to use an &lt;EM&gt;AGSGraphic&lt;/EM&gt; to create a new feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;pattern is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;&amp;nbsp;a new feature on the &lt;EM&gt;AGSFeatureTable&lt;/EM&gt; with geometry and attributes using &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_feature_table.html#a0cf52bd2bcc5e4e1e2c032e3936e50b2"&gt;AGSFeatureTable.createFeature()&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&amp;nbsp;the feature to the &lt;EM&gt;AGSFeatureTable&lt;/EM&gt; using &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/group__licensing.html#ga3c0831400c4227aa9bb61731c8dc0a18"&gt;AGSFeatureTable.add()&lt;/A&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/latest/swift/guide/edit-features.htm#ESRI_SECTION1_2A4C0222216A448C9CBAFCD0F75A21F6" title="https://developers.arcgis.com/ios/latest/swift/guide/edit-features.htm#ESRI_SECTION1_2A4C0222216A448C9CBAFCD0F75A21F6"&gt;Edit features—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are working with a server (and not local data), then there is one more call to make to push your add to the&amp;nbsp;server, namely &lt;STRONG&gt;applyEdits&lt;/STRONG&gt;. The &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/group__licensing.html#ga8412ba1167bf0db6e852f93c8c2bacd1"&gt;applyEditsWithCompletion() function is found on&amp;nbsp;AGSServiceFeatureTable&lt;/A&gt;&amp;nbsp;(and since you created your feature layer with a URL to a service, the &lt;EM&gt;AGSFeatureLayer.featureTable&lt;/EM&gt; property will be an&amp;nbsp;&lt;EM&gt;AGSServiceFeatureTable&lt;/EM&gt;).&amp;nbsp;See&amp;nbsp;the &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Edit%20data/Edit%20features%20(connected)"&gt;Edit features (connected)&lt;/A&gt; sample, in particular &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/a29b026eadbac8b4ac4981aaea6d8b39a8c0fb7b/arcgis-ios-sdk-samples/Edit%20data/Edit%20features%20(connected)/EditFeaturesOnlineViewController.swift#L69"&gt;the applyEdits call&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should get you going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 16:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57771#M542</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-05-07T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57772#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have used as per the pattern. I have checked 'canUpdateFeature()' method before adding into feature layer, it returns 'NO'. So i removed the condition and created, added a feature in a feature layer. The statements are running successfully, but the added feature is not visible in the feature layer. Im facing the problem in some features, but rest of the feature are working great. No idea what is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57772#M543</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-05-09T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57773#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Nick,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i used apply edits, the feature is added in server and displays in feature layer. But i don't know why it was not displayed before applying applyedits. FYI, But some feature does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 13:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57773#M544</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-05-09T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57774#M545</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 should check the &lt;EM&gt;canAddFeature&lt;/EM&gt; property if you're adding rather than &lt;EM&gt;canUpdateFeature&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you call &lt;EM&gt;addFeature:completion:&lt;/EM&gt;&amp;nbsp;you should see the new feature in the map view.&amp;nbsp;Which version of the Runtime SDK are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 16:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57774#M545</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-05-14T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57775#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The runtime SDK version is 100.1. and i checked '&lt;EM style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;canAddFeature',&amp;nbsp;&lt;/EM&gt;its returning true.&lt;/P&gt;&lt;P&gt;May be update of SDK will fix the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 05:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57775#M546</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-05-15T05:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57776#M547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try that please? Try with the current release (100.2.1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have problems,&amp;nbsp;let's move to DM and investigate your service and your code to try to build a repro case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 16:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57776#M547</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-05-15T16:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57777#M548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone else following the thread…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some discussion offline it turns out the layer had a&amp;nbsp;&lt;EM&gt;definitionExpression&lt;/EM&gt; on it which the newly added feature didn't match. So, the new feature was being added to the feature service OK, but was not being displayed in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad we were able to figure this out, &lt;A href="https://community.esri.com/migrated-users/314085"&gt;Muruganandham Kuppan&lt;/A&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 12:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57777#M548</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-05-17T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57778#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;-(&lt;SPAN class=""&gt;AGSFeature&lt;/SPAN&gt; *)createFeatureWithAttributes:(&lt;SPAN class=""&gt;NSDictionary&lt;/SPAN&gt;&amp;lt;&lt;SPAN class=""&gt;NSString&lt;/SPAN&gt;*,&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&amp;gt; *)attributes geometry:(&lt;SPAN class=""&gt;nullable&lt;/SPAN&gt; &lt;SPAN class=""&gt;AGSGeometry&lt;/SPAN&gt; *)geometry;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;returns&amp;nbsp;the&amp;nbsp; OBJECTID as &amp;lt;Null&amp;gt; in attributes of the created feature, but in the previous version it returned as -1, -2, etc., Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 15:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57778#M549</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-05-23T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: To add a AGSFeature in AGSFeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57779#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/314085"&gt;Muruganandham Kuppan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call &lt;EM&gt;createFeature()&lt;/EM&gt; you will get an &lt;STRONG&gt;AGSArcGISFeature&lt;/STRONG&gt; back. But until you call &lt;EM&gt;applyEdits()&lt;/EM&gt;, that feature just exist locally and does not have an ID&amp;nbsp;that you should use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you call &lt;EM&gt;applyEdits() &lt;/EM&gt;to write the feature&amp;nbsp;to&amp;nbsp;the service, then there will be an ID to use.&amp;nbsp;Call&amp;nbsp;&lt;EM&gt;AGSArcGISFeature.refreshObjectID()&lt;/EM&gt;&amp;nbsp;on your handle to the feature to populate the OBJECTID.&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;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 19:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/to-add-a-agsfeature-in-agsfeaturelayer/m-p/57779#M550</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-05-23T19:11:40Z</dc:date>
    </item>
  </channel>
</rss>

