<?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: Performance problems with 20.000 Points in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560755#M52330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS API 4.X does not yet have all of the features from 3.X implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides Google and ArcGIS, there is also &lt;A href="http://leafletjs.com/"&gt;Leaflet&lt;/A&gt;, which does support &lt;A href="http://leafletjs.com/plugins.html#clusteringdecluttering"&gt;clustering&lt;/A&gt; and &lt;A href="http://leafletjs.com/plugins.html#basemap-providers"&gt;basemaps from various providers&lt;/A&gt;. (I don't know how it performs with 20,000 features vs its alternatives, though. You would need to either test that yourself or search the web to see if someone else has done a performance test.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 18:10:16 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2016-11-21T18:10:16Z</dc:date>
    <item>
      <title>Performance problems with 20.000 Points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560754#M52329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;I have to display many points on a map and I wanted to use the ArcGIS Javascript API (v4.1) for this job because I want to change some basemaps and I think it will be suited best for this job.&lt;BR /&gt;If you click on the link you can see that it takes really long to load up all the points on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mrpro.cloud/arcgis.html"&gt;ArcGIS v4.1 20.000 Points Test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I created the same map in google maps to get a performance comparison:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mrpro.cloud/gmap.html"&gt;Google Maps API 20.000 Points Test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is way faster than ArcGIS but I am limited to Google Maps which is not acceptable in my case.&lt;/P&gt;&lt;P&gt;(You can see the used Javascript code in both cases in the source code of the site, but if you need it here, let me know)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I found some ways to achieve better performance:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clustering! But I couldn't find any documentation on how to cluster in API 4.0 or 4.1 ... just an example in the old API docs (3.18)&lt;BR /&gt;&lt;BR /&gt;Then the next question:&lt;/P&gt;&lt;P&gt;I have to create lines between some of the points (up to 100 connected points in several paths)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it still possible to cluster those and disable the clustering at a vertain zoom level?&lt;BR /&gt;&lt;BR /&gt;I hope some of you can help me&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 12:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560754#M52329</guid>
      <dc:creator>DavidGruber</dc:creator>
      <dc:date>2016-11-10T12:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problems with 20.000 Points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560755#M52330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS API 4.X does not yet have all of the features from 3.X implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides Google and ArcGIS, there is also &lt;A href="http://leafletjs.com/"&gt;Leaflet&lt;/A&gt;, which does support &lt;A href="http://leafletjs.com/plugins.html#clusteringdecluttering"&gt;clustering&lt;/A&gt; and &lt;A href="http://leafletjs.com/plugins.html#basemap-providers"&gt;basemaps from various providers&lt;/A&gt;. (I don't know how it performs with 20,000 features vs its alternatives, though. You would need to either test that yourself or search the web to see if someone else has done a performance test.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 18:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560755#M52330</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2016-11-21T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problems with 20.000 Points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560756#M52331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also like the Leaflet option. &amp;nbsp;The marker clustering plugin is very easy to use (&lt;A class="link-titled" href="https://github.com/Leaflet/Leaflet.markercluster" title="https://github.com/Leaflet/Leaflet.markercluster"&gt;GitHub - Leaflet/Leaflet.markercluster: Marker Clustering plugin for Leaflet&lt;/A&gt;&amp;nbsp;) and you can use ArcGIS services if you integrate the Esri plugin (&lt;A class="link-titled" href="https://github.com/Esri/esri-leaflet" title="https://github.com/Esri/esri-leaflet"&gt;GitHub - Esri/esri-leaflet: A lightweight set of tools for working with ArcGIS services in Leaflet.&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/performance-problems-with-20-000-points/m-p/560756#M52331</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-11-22T06:09:44Z</dc:date>
    </item>
  </channel>
</rss>

