Esri / landscape-modeler-js

A JavaScript web application for designing, running, and saving weighted overlay models using the Esri ArcGIS API for JavaScript and ArcGIS Server image services.
http://landscapemodeler.arcgis.com/
Apache License 2.0
29 stars 17 forks source link

Add pagination to the list of saved models #1

Open tomwayson opened 10 years ago

tomwayson commented 10 years ago

When loading a previously saved model, the query is limited by the max (100) number of records that can be returned by the ArcGIS Online portal. So if more than 100 models are saved, then the app will only show the top 100.