Select to view content in your preferred language

Filter by Custom Parameters

457
3
Jump to solution
02-20-2026 08:25 AM
MeleKoneya
Frequent Contributor

I have a living atlas layer that I would like to filter by the bounding box for the state of Arizona.

I understand that I can do this with Custom Parameters in the map viewer.

Can someone provide some guidance as to what parameters are needed and the format for them?

Thank you,

Mele

0 Kudos
1 Solution

Accepted Solutions
Katie_Clark
MVP Regular Contributor

You can define custom parameters for a layer in the settings of the web map:

customParameters.jpg

 

Documentation for the types of parameters accepted can be found here:

https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/#reques... 


In my screenshot example, I used inSR = 4326, and geometry=-114.8165,31.3322,-109.0452,37.0043

 
 

 

Best,
Katie

If this post helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!

View solution in original post

3 Replies
Katie_Clark
MVP Regular Contributor

You can define custom parameters for a layer in the settings of the web map:

customParameters.jpg

 

Documentation for the types of parameters accepted can be found here:

https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/#reques... 


In my screenshot example, I used inSR = 4326, and geometry=-114.8165,31.3322,-109.0452,37.0043

 
 

 

Best,
Katie

If this post helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!
MeleKoneya
Frequent Contributor

@Katie_Clark 

Thank you for including this:

inSR = 4326, and geometry=-114.8165,31.3322,-109.0452,37.0043  

I was not having much luck find a good example.

0 Kudos
DebapriyaPaul
Esri Contributor

Hi @MeleKoneya , to filter by a specific state name, the custom parameter in Map Viewer could look similar to the following example, 

custom.pngNote: Use the Fields panel in Map Viewer to confirm the Field name that contains State Name information.