<?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 Default symbology of FeatureLayer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396532#M3410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using OnlineOfflineFeatureLayer (a derivative of FeatureLayer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The symbology takes the color, and symbol shape of the source ArcMap project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the symbol size seems to use a default, rather than use the ever-increasing sizes I've given it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project shows huge symbols now, but the iPad still shows the same teenie symbols it always did.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried restarting the services after each change, but no effect on the app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 17:10:09 GMT</pubDate>
    <dc:creator>RickJones</dc:creator>
    <dc:date>2011-09-12T17:10:09Z</dc:date>
    <item>
      <title>Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396532#M3410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using OnlineOfflineFeatureLayer (a derivative of FeatureLayer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The symbology takes the color, and symbol shape of the source ArcMap project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the symbol size seems to use a default, rather than use the ever-increasing sizes I've given it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project shows huge symbols now, but the iPad still shows the same teenie symbols it always did.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried restarting the services after each change, but no effect on the app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 17:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396532#M3410</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-09-12T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396533#M3411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should create your own renderer and set it to a feature layer (AGSFeatureLayer::renderer). Please refer doc of &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.0/concepts/00pw/00pw00000021000000.htm"&gt;Working with Symbols and Renderers&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 15:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396533#M3411</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-13T15:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396534#M3412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was really hoping the work put into symbolizing the project in ArcMap wouldn't have to be thrown away and re-done in XCode. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Especially with the font symbols not being there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 16:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396534#M3412</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-09-13T16:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396535#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I misunderstood your question. Since, you mentioned..."the symbol size seems to use a default, rather than use the ever-increasing sizes I've given it". I thought you are trying to set it in XCode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you are saying layer is no picking up the symbol size you are setting in the ArcMap document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 17:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396535#M3413</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-13T17:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396536#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. I set one layer to Purple hourglass symbol, size 30 in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My iOS app loads it as a FeatureLayer, displays a tiny blue hourglass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similar results with other point features (tiny, not showing changes).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, the symbol shape seems to get through, but not color or size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to get larger symbols by changing my code to create a new SimpleMarkerSymbol, but hourglass shapes, etc would require gathering pictures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GISServer 10, ArcGIS 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; OnlineOfflineFeatureLayer *featureLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; featureLayer = [[OnlineOfflineFeatureLayer featureServiceLayerWithURL:[NSURL URLWithString:AddressFeatureURL] mode:AGSFeatureLayerModeOnDemand withName:@"Address"&amp;nbsp; online:start_mode_online] retain];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; featureLayer.infoTemplateDelegate = self;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; featureLayer.outFields = [NSArray arrayWithObject:@"*"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; featureLayer.onlineOfflineDelegate = self;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; featureLayer.bufferFactor = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [self.mapView addMapLayer:featureLayer withName:featureLayer.layerName];&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 18:37:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396536#M3414</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-09-13T18:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396537#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure what happened, but all the messed up settings I was trying yesterday are displaying in my app now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps some process ran overnight, like a server reboot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now, I have to get my 30 point symbols back to normal, and see how long they take to take effect :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 11:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396537#M3415</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-09-14T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Default symbology of FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396538#M3416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you make any changes to the service then you must "Clear Cache" through &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/admin.html"&gt;REST Admin&lt;/A&gt;&lt;SPAN&gt; to take new changes in effect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/default-symbology-of-featurelayer/m-p/396538#M3416</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-14T15:27:44Z</dc:date>
    </item>
  </channel>
</rss>

