<?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: CSVLayer maxRecordCount in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414084#M38111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dawen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you might consider publishing the data as an ArcGIS Online hosted feature service and updating the maxRecordCount property of the service itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service"&gt;http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 18:49:25 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2014-05-13T18:49:25Z</dc:date>
    <item>
      <title>CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414081#M38108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really like the CSVLayer in version 3.9 of the API! What I want to do is simple: display the points in a CSV file. I run into problem when there are more than 1000 points. I have been trying to set maxRecordCount when I create the CSVLayer (see below), but it still renders 1000 points. Any help? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;csv = new CSVLayer("./demo.csv", { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "locations_in_bbox", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxRecordCount: 3000 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 16:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414081#M38108</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2014-05-08T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414082#M38109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dawen, because we have no concept of readonly properties in JavaScript, maxRecordCount is a property of a FeatureLayer that is technically writable, but is really only intended to learn what value has been set by ArcGIS Server when interacting with a particular service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in general, the same concepts for all other graphicsLayers is relevant to a CSV layer.&amp;nbsp; its usually not an optimal user experience to have people interacting with more than 1,000 individual features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Determining Limits for Map Graphics&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jshelp/limits_for_graphics.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/javascript/jshelp/limits_for_graphics.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 20:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414082#M38109</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-05-09T20:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414083#M38110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply John! I understand 1000 is a big number, if I have to change it to 1500 or so, can you tell me how to set it&amp;nbsp; if the source is a csv file, there's not ArcGIS Server involved in this case. In my case, I display csv.graphics.length and the max value I see is 1000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dawen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dawen, because we have no concept of readonly properties in JavaScript, maxRecordCount is a property of a FeatureLayer that is technically writable, but is really only intended to learn what value has been set by ArcGIS Server when interacting with a particular service.&lt;BR /&gt;&lt;BR /&gt;in general, the same concepts for all other graphicsLayers is relevant to a CSV layer.&amp;nbsp; its usually not an optimal user experience to have people interacting with more than 1,000 individual features.&lt;BR /&gt;&lt;BR /&gt;Determining Limits for Map Graphics&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/limits_for_graphics.html"&gt;https://developers.arcgis.com/javascript/jshelp/limits_for_graphics.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 18:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414083#M38110</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2014-05-13T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414084#M38111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dawen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you might consider publishing the data as an ArcGIS Online hosted feature service and updating the maxRecordCount property of the service itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service"&gt;http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 18:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414084#M38111</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-05-13T18:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414085#M38112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again for your reply. This is not doable in my case as the source of csv is a dynamic web service that generates csv file. We will plot up to 1000 points and provide a way for end user to download the 'original' csv data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dawen,&lt;BR /&gt;you might consider publishing the data as an ArcGIS Online hosted feature service and updating the maxRecordCount property of the service itself.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service"&gt;http://forums.arcgis.com/threads/94744-Is-it-possible-to-change-the-Max-Record-Count-on-an-AGOL-hosted-Feature-service&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 18:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414085#M38112</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2014-05-13T18:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414086#M38113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another option might be to not use the CSVLayer, but instead have your application read the CSV file directly, then populate a featurelayer with that information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a basic sample at &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/exp_dragdrop.html"&gt;https://developers.arcgis.com/javascript/jssamples/exp_dragdrop.html&lt;/A&gt;&lt;SPAN&gt; that does this (and other things).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 22:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414086#M38113</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-05-14T22:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSVLayer maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414087#M38114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Further to the previous conversation the CSVLayer is excellent but limited.&amp;nbsp; Our intent is to allow users to add their own CSV file to the Map to render in that session only, the limit of 1,000 is not acceptable to our users who may wish to add up to 40,000 records.&amp;nbsp; Creating it as a feature layer online or not is a non-starter and as we do not use HTML 5 the workaround will not be applicable.&amp;nbsp; How does one set maxRecordCount to work properly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 09:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/csvlayer-maxrecordcount/m-p/414087#M38114</guid>
      <dc:creator>JimSibbald</dc:creator>
      <dc:date>2014-06-07T09:45:56Z</dc:date>
    </item>
  </channel>
</rss>

