Select to view content in your preferred language

Is there any limit how much KB/MB single response from ArcGis Online can be?

434
2
01-05-2026 03:00 AM
Labels (1)
GridicsEngineering
New Contributor

Hi community,

I have the following issue.

I'm trying to get this item https://hydro.nationalmap.gov/arcgis/rest/services/3DHP_all/MapServer/60/query?where=featuretype%3D4... and all the time I'm getting an error "Error performing query operation"

But when I set "Geometry Precision" as 3, then it starts works: https://hydro.nationalmap.gov/arcgis/rest/services/3DHP_all/MapServer/60/query?where=featuretype%3D4... 

For me, it's an issue, as it looks like I'll never be able to get "original" geometry.

Does someone know if there is a max body size ArcGis can return?

0 Kudos
2 Replies
CodyPatterson
MVP Regular Contributor

Hey @GridicsEngineering 

Looking through the console logs and network using browser tools, I can't see anything immediately wrong, but what I can see is that I was able to set the Geometry Precision to 4 if I had changed the query to "featuretype=4 AND OBJECTID = 7143493", from my view this looks like it's a limitation on the data that could be returned from the server side of things. When changing the precision, I think it's just adding too much information to be returned, is there a smaller body of water you could test with?

I'd reach out to the Maps and Mapping support email they have on their page, it may be something they can change: https://answers.usgs.gov/

Cody

0 Kudos
GridicsEngineering
New Contributor

Hi @CodyPatterson ,

Yeah, smaller waterbodies can be returned even in chunks of 1000 of them. My challenge is those shapes with a huge set of geometry (POINTS)

0 Kudos