<?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: ArcGIS Web Map Viewer Max Record in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314011#M13869</link>
    <description>&lt;P&gt;&lt;SPAN&gt;"at one time"&amp;nbsp;&lt;/SPAN&gt;is to see all the points when the map is opened. Even if they do not see all the points when the map is opened, as a result they should be able to see all the points when they zoom in on the map anywhere. However, since the service first filters all the returned data, not all points are visible on the map even when scaling.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 12:48:33 GMT</pubDate>
    <dc:creator>GIS123EXPERT</dc:creator>
    <dc:date>2023-08-01T12:48:33Z</dc:date>
    <item>
      <title>ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313947#M13857</link>
      <description>&lt;P&gt;I am working on ArcGIS Enterprise system and I want to publish a layer consisting of 1.7 million points.&lt;/P&gt;&lt;P&gt;I publish this layer with ArcGIS Pro as a wfs service. I set the maximum records by server as 2000000 from the sharing settings.&lt;/P&gt;&lt;P&gt;After publishing the service, you can see the maximum number of records below.&lt;/P&gt;&lt;P&gt;When I open it with the viewer, all the records are not displayed and when I set the WFS OGC options on the Web Map Viewer, I can enter the maximum value of 30000.&lt;SPAN class=""&gt;When I enter the value 30001, I get an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; How can I see all my records as WFS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 08:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313947#M13857</guid>
      <dc:creator>GIS123EXPERT</dc:creator>
      <dc:date>2023-08-01T08:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313952#M13858</link>
      <description>&lt;P&gt;This seems to be a default value of 3000 to protect the performance of your consumer. Depending on where you consume these layers, Pro seems to have a way to update the max number of records returned from a WFS:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/services/use-wfs-services.htm#:~:text=Set%20the%20maximum%20features%20returned,is%20set%20to%203000%20features" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/services/use-wfs-services.htm#:~:text=Set%20the%20maximum%20features%20returned,is%20set%20to%203000%20features&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is a specific requirement for COUNT in WFS 2.0.0 for this to work.&lt;/P&gt;&lt;P&gt;I'd suggest changing this property and then saying it as a layer file if you need people to see the 1.7 million points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 08:37:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313952#M13858</guid>
      <dc:creator>A_Wyn_Jones</dc:creator>
      <dc:date>2023-08-01T08:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313967#M13859</link>
      <description>&lt;P&gt;The default limit is 1,000.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/available-wfs-service-properties.htm#ESRI_SECTION1_7FEB1CEC36AD4E1282744DDE75102DC0" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/available-wfs-service-properties.htm#ESRI_SECTION1_7FEB1CEC36AD4E1282744DDE75102DC0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the section here:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;When the Enable maximum number of features property is checked, you can use this property to specify the maximum number of features to be returned. By default, the value is set to 1000.&lt;/P&gt;&lt;P&gt;Keep in mind that specifying a large number of features to be returned by the server can slow the performance of &lt;U&gt;client applications&lt;/U&gt; and your GIS server.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Your server has a max limit of 200000. The client is limiting the number requested to 3000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading the Map Viewer documentation they indicate the limit for&amp;nbsp;&lt;EM&gt;Hosted&lt;/EM&gt; is 3000. They don't specify a limit for referenced services that I can see, but going off the server documentation defaults, 3000 sounds like a good point.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/ogc.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/use/ogc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So... why do you want to try and render 1.7 million points? It'll throttle your service and your client web browsers. It'll also look horrendous. Typically you'd enable scale-driven symbology to avoid trying to render more than the limits. There's also lots of methods/symbology to display large quantities of data e.g. clustering and heat maps:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/best-practices-high-density-data.htm" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/reference/best-practices-high-density-data.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'd strongly recommend NOT trying to mess with these limits. It'll just give you and your end users a bad time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 10:21:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313967#M13859</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-08-01T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313988#M13863</link>
      <description>&lt;P&gt;I made the settings you mentioned in the WFS 2.0 version I published.&lt;/P&gt;&lt;P&gt;However, these settings seem to affect only the ArcGIS Pro side. Users who will use the service want to access and edit over the web(Web Map Viewer), so I need to make this setting for the web side. For the web side, there is an error like in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;cc.png&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;it comes into the mix.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313988#M13863</guid>
      <dc:creator>GIS123EXPERT</dc:creator>
      <dc:date>2023-08-01T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313991#M13864</link>
      <description>&lt;P&gt;A public institution wants to see all the building numbers in the same service and at one time. That's why I'm trying to publish 1.8 million data as WFS. As you say, exceeding the limits in terms of performance will cause slowness for both the publisher and the user, but because I need to publish the data, I am looking for various ways.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313991#M13864</guid>
      <dc:creator>GIS123EXPERT</dc:creator>
      <dc:date>2023-08-01T12:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313992#M13865</link>
      <description>&lt;P&gt;Pro's default is 3000 for performance reasons. Desktop graphics.&lt;/P&gt;&lt;P&gt;Web Map Viewer's default is 1000 for performance reasons. Client browser rendering.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313992#M13865</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-08-01T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313996#M13866</link>
      <description>&lt;P&gt;Thank you for your support&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313996#M13866</guid>
      <dc:creator>GIS123EXPERT</dc:creator>
      <dc:date>2023-08-01T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313998#M13867</link>
      <description>&lt;P&gt;"at one time"?&lt;/P&gt;&lt;P&gt;put a scale level on it and make it display when they zoom into a building?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1313998#M13867</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-08-01T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314001#M13868</link>
      <description>&lt;P&gt;You said:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "&lt;EM&gt;A public institution wants to see all the building numbers in the same service and at one time&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;IMHO, it would be better to solve this issue by using clustering or a heat map at smaller scales and then show all the points at larger scales.&amp;nbsp; Nobody can visually discern 1.7 million points with labels on a single map.&amp;nbsp; Your users don't always understand the limits of ArcGIS Server.&amp;nbsp; It is part of our job to educate our users so they get what they need in a manner that is performant for them and for our servers.&lt;/P&gt;&lt;P&gt;I think Montgomery Scott said it best...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scotty.png" style="width: 284px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76939i8167FDADC76FEC96/image-size/large?v=v2&amp;amp;px=999" role="button" title="scotty.png" alt="scotty.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314001#M13868</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2023-08-01T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314011#M13869</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"at one time"&amp;nbsp;&lt;/SPAN&gt;is to see all the points when the map is opened. Even if they do not see all the points when the map is opened, as a result they should be able to see all the points when they zoom in on the map anywhere. However, since the service first filters all the returned data, not all points are visible on the map even when scaling.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314011#M13869</guid>
      <dc:creator>GIS123EXPERT</dc:creator>
      <dc:date>2023-08-01T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314073#M13871</link>
      <description>&lt;P&gt;When the user zooms in their mapping client should be sending new requests to the feature service for the points that fall within the new map extent.&amp;nbsp; With a smaller map extent the WFS service should be able to provide records for all visible points.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 15:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314073#M13871</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2023-08-01T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314431#M13873</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/701385"&gt;@GIS123EXPERT&lt;/a&gt;&amp;nbsp;for clarifying.&lt;/P&gt;&lt;P&gt;You don't need to adjust the maxRecordCount here. That record limits the number of features that are returned as part of requests. If you try and load a map extent that exceeds the maxRecordCount of the service/client, it will only return that many features. If you zoom in on the map, the request will be made again, and if you zoom in far enough, the total number of features in the map will be below the max record count.&lt;/P&gt;&lt;P&gt;It is not a good idea to return all features at once. Your client (browser) and your server will have performance issues as it tries to return all the features and render them.&lt;/P&gt;&lt;P&gt;What you can do is use scale visibility ranges. This means the layer won't display on the map until the users zoom in. All 1.7 million points will be available for viewing. Just turn it off at a city/country/world level so that users don't try and request all of them at once. You want to choose a scale range that ideally only returns the max record count (1000) within the map extent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/using-scale-visibility-ranges-for-symbology-in-arcgis-online-web-maps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/using-scale-visibility-ranges-for-symbology-in-arcgis-online-web-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some web mapping applications also restrict the zoom levels, to help the user experience.&lt;/P&gt;&lt;P&gt;If you do want to visualize the buildings at the smaller scales such as a state or country, I would suggest swapping out individual feature rendering with one of the symbology methods mentioned earlier, like heat mapping or clustering. This allows users to visualize the building features in aggregate, then zoom in to see individual features at an appropriate scale.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/best-practices-high-density-data.htm" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/reference/best-practices-high-density-data.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 04:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1314431#M13873</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-08-02T04:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1524944#M15594</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/701385"&gt;@GIS123EXPERT&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/250119"&gt;@berniejconnors&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/599132"&gt;@A_Wyn_Jones&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we've just encountered aa similar issue. honestly, we dont care too much about how the map would look with that many points, for us it is far more important that an analysis is carried out with the entire dataset. it might be that the service will be slow, but there's certainly other ways to boost the performance. and even if not - ana anlysis without the entire dataset is simply pointless.&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's an idea which might help:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/when-stting-up-a-wfs-connection-make-it-possible/idi-p/1322091" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/when-stting-up-a-wfs-connection-make-it-possible/idi-p/1322091&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 06:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1524944#M15594</guid>
      <dc:creator>nadja</dc:creator>
      <dc:date>2024-08-21T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525543#M15597</link>
      <description>&lt;P&gt;Nadja,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am not an expert but here are some opinions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you need access to millions of data points why not just use desktop GIS to connect directly to your database?&amp;nbsp; Using a map service or feature service to acess the data is just going to slow down the analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you must use a map service or feature service there are methods to send multiple requests to retrieve all of the required records.&amp;nbsp; If the max record count is 2000 you can get 2000 records with the first request and then 2000 more with the second request, etc., etc., until your user has the entire dataset.&amp;nbsp; I expect this will require the creation of a custom widget (that you will have to create) to allow your users to retreive all of the records via an ArcGIS map or feature service.&amp;nbsp; Essentially, your users will be using a custom widget to access the service to retrieve an entire copy of the feature class and store it locally in a data structure on their own computer.&amp;nbsp; This does not sound efficient.&amp;nbsp; This is also the definition of "data scraping".&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Perhaps it would be smarter to create a geoprocessing service that you host on your server that can directly access the entire feature class from your database.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 01:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525543#M15597</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2024-08-22T01:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525582#M15599</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/250119"&gt;@berniejconnors&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well, I can't connect directly to the database, because it is not ours &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; they provide just a WFS with which we have to do the analysis. so that's simply not an option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;also we need an option which does not require much programming or data scraping or anything. we need a straightforward method&amp;nbsp; to access ALL the data which is offered by the data owner. currently we need to either ask what's the feature count or open the data in QGIS to see the number of features and then set the maximum number of features returned by the WFS accordingly. That's unnecessary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and since it's not our data, we have no possible to change the way the data is served.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 04:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525582#M15599</guid>
      <dc:creator>nadja</dc:creator>
      <dc:date>2024-08-22T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Web Map Viewer Max Record</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525677#M15601</link>
      <description>&lt;P&gt;Nadja,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for the clarification.&amp;nbsp; I thought you were publishing the WFS.&amp;nbsp; Without doing some research and testing I think your only option is to scrape the data from the WFS service and then do your analysis locally.&amp;nbsp; You could also ask the data publisher if they also provide a download of the data.&amp;nbsp; Here is a &lt;A href="https://tinyurl.com/2coqldqa" target="_self"&gt;Google search&lt;/A&gt; with some promising results.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 12:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcgis-web-map-viewer-max-record/m-p/1525677#M15601</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2024-08-22T12:26:00Z</dc:date>
    </item>
  </channel>
</rss>

