tmcgee / cmv-widgets

Widgets for CMV, the Configurable Map Viewer.
https://cmv.io/
MIT License
38 stars 48 forks source link

Search/Attribute Results #163

Closed drusexton closed 6 years ago

drusexton commented 6 years ago

@tmcgee is it possible to show more than 1,000 feature in the attributes table when it loads and /or when you perform a query?

TheFurryCreature commented 6 years ago

@drusexton The number of records returned in a query is based on a setting on the feature service. 1000 records is the default. If you want to enable a query to return more than a 1000 records in the attribute table - then you'll need to adjust the maxRecordCount. http://server.arcgis.com/en/server/10.3/publish-services/linux/setting-map-service-properties.htm https://support.esri.com/en/technical-article/000012383

drusexton commented 6 years ago

@TheFurryCreature I know this what the heck was I thinking??? Thanks for steering me in the right direction!