<?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: limit to graphics on graphics layer? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49045#M444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which SDK are you using? In 2.3, I experienced rare crashes when rendering many graphics. The cause was a collision between map update actions; a new render/update would occur while a previous one was still in process and the app would crash when the two tried to access the same object. I didn't save any of the messages/stack traces associated with that or I would post them for you to compare. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These crashes seemed tied to the dataChanged method of AGSLayer and I did not see them after figuring out the minimum number of calls to dataChanged that would work in my use case and adding in a short time delay between sequential calls, proportional to the number of graphics being rendered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 22:45:07 GMT</pubDate>
    <dc:creator>DanaMaher</dc:creator>
    <dc:date>2013-01-23T22:45:07Z</dc:date>
    <item>
      <title>limit to graphics on graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49044#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is there a limit to the amount of graphics you can have on a graphics layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am adding graphics from sketch layer to graphics layer. graphics are made of poly lines and polygons with many points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geometry sketches from the sketch layer are cleared after adding to the graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After making about 100 or more graphics on the graphics layer my app crashes sometimes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 14:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49044#M443</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2013-01-21T14:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: limit to graphics on graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49045#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which SDK are you using? In 2.3, I experienced rare crashes when rendering many graphics. The cause was a collision between map update actions; a new render/update would occur while a previous one was still in process and the app would crash when the two tried to access the same object. I didn't save any of the messages/stack traces associated with that or I would post them for you to compare. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These crashes seemed tied to the dataChanged method of AGSLayer and I did not see them after figuring out the minimum number of calls to dataChanged that would work in my use case and adding in a short time delay between sequential calls, proportional to the number of graphics being rendered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 22:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49045#M444</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-01-23T22:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: limit to graphics on graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49046#M445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;im using 2.3.2. it is rare crashes. very hard to reproduce it too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 12:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49046#M445</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2013-02-01T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: limit to graphics on graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49047#M446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;im using 2.3.2. it is rare crashes. very hard to reproduce it too.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that sounds very much like what I was experiencing. They disappeared after I worked out the solution I explained above. I could never reproduce/locate them beyond figuring out that they occurred when -(void)dataChanged was called and then called again before the map had totally finished rendering. Can you provide a stack trace from the console for any of the crashes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49047#M446</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-02-01T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: limit to graphics on graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49048#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry, i never saved the stack traces. i was testing with a company ipad, and i dont have that anymore.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/limit-to-graphics-on-graphics-layer/m-p/49048#M447</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2013-02-01T17:52:45Z</dc:date>
    </item>
  </channel>
</rss>

