<?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: Large Geometries in IE9 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291544#M26772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having analyzed the issue, I tend to agree. I've done an envelope around the complex geometry (A LOT of point) to simplify the geometry (to reduce the point count) and it's working well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas on the issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 21:35:19 GMT</pubDate>
    <dc:creator>AlexeiB</dc:creator>
    <dc:date>2014-01-29T21:35:19Z</dc:date>
    <item>
      <title>Large Geometries in IE9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291542#M26770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with retrieving very large geometries from a FeatureLayer via query. I have it now retrieving one large geometry at a time by applying a WHERE clause on the query. Everything is working well in IE11, Firefox, and Chrome but when I run the software in IE9, it takes a VERY long time, the browser becomes unresponsive and most often just freezes and crashes the browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an idea how I can resolve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 18:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291542#M26770</guid>
      <dc:creator>AlexeiB</dc:creator>
      <dc:date>2014-01-29T18:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Large Geometries in IE9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291543#M26771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i believe this is just a performance issue in IE9.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There isn't a fix, so to speak, as it is just a limitation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However to improve responsiveness, you could try simplifying the geometries&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 19:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291543#M26771</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-01-29T19:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Large Geometries in IE9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291544#M26772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having analyzed the issue, I tend to agree. I've done an envelope around the complex geometry (A LOT of point) to simplify the geometry (to reduce the point count) and it's working well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas on the issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291544#M26772</guid>
      <dc:creator>AlexeiB</dc:creator>
      <dc:date>2014-01-29T21:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Large Geometries in IE9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291545#M26773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Having analyzed the issue, I tend to agree. I've done an envelope around the complex geometry (A LOT of point) to simplify the geometry (to reduce the point count) and it's working well.&lt;BR /&gt;&lt;BR /&gt;Any other ideas on the issue?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you retrieving your geometry? Feature layer? Query task? Feature layers, by default use maxAllowableOffset to request generalized geometries (see the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jshelp/best_practices_feature_layers.html" rel="nofollow" target="_blank"&gt;"feature generalization" section&lt;/A&gt;&lt;SPAN&gt;). If you're using a query task, you can manually set the maxAllowableOffset on your instance of query according to the info in the aforelinked article.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one semi-common place where this breaks down is when you request a very large feature (for instance, Canada's national boundary) but are at a large scale. The geometry that comes back will be huge and cover the entire map and can potentially slow down older browsers (including IE9).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291545#M26773</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-01-29T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Large Geometries in IE9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291546#M26774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response Derek. I've looked into the ideas you provided but because I do indeed have a very large polygon being drawn, none of them worked. For this purpose, I was able to re-work my DB to simplify the shapes a little and it seems to be working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good thing to keep in mind though.&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;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 13:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/large-geometries-in-ie9/m-p/291546#M26774</guid>
      <dc:creator>AlexeiB</dc:creator>
      <dc:date>2014-01-30T13:43:31Z</dc:date>
    </item>
  </channel>
</rss>

