How to increase feature limit in ArcGIS Online?

4041
4
09-17-2019 03:38 PM
JerryGarcia
Occasional Contributor II

Using the ArcGIS Python API, we are adding point features to a hosted feature layer in ArcGIS online.  We cannot add more than 1000 features.

How do we increase this limit?

This is not the same problem as viewing features as described here:

Error: Layer did not draw completely because there are too many features to display 

Thanks!

0 Kudos
4 Replies
AdrienLepoutre
New Contributor III

Hi Jerry,

You might want to try this: How To: Update the maximum record count for feature services in ArcGIS Online 

Thanks,

Adrien

JerryGarcia
Occasional Contributor II

Max Record Count is not our problem.

The Max Record Count is the number of features that can draw at one time from a hosted feature service.

Our problem is adding features to the hosted feature service.  It appears we cannot add more than 1,000 features.

Thanks.

0 Kudos
DouglasCochran
Occasional Contributor II

Not certain if this resolves your question? (hopefully).

How To: Update the maximum record count for feature services in ArcGIS Online 

0 Kudos
AdrienLepoutre
New Contributor III

I changed the max record count when an appending tool failed to add records to a hosted feature class. In the dashboard, the "data limit exceeded" yellow warning cone had appeared but dropped after I switch the maxRecordCount.

Note that the article explicitly mentions:

"

A feature service's maximum number of records in the REST endpoint can be changed by increasing the maxRecordCount value.

Note: The number of features displayed in a web map is no longer determined by the maxRecordCount. 
This article describes how to increase maxRecordCount for querying from REST or for 
creating a local copy of a service in ArcMap.

"