Shortlist Configuration - Tab-specific Extents

4909
1
Jump to solution
11-05-2015 11:57 AM
deleted-user-pSEFA8qSxLCv
New Contributor III

Anyone have a tutorial or sample code to configure tab-specific extents for the shortlist story map? (Example

http://www.esrith.com/apuc/) Thanks

0 Kudos
1 Solution

Accepted Solutions
MarkCooney
Occasional Contributor III

Hi Jonathan,

The code you need is in the example you pointed to.  This was a custom version we helped Esri Thailand with for the Esri Asia Pacific User Conference.  There are a few changes to the code, including two parameters in the configuration section of the index.html (FILTER_LIST_BY_EXTENT, and tabExtents).  Those parameters are then used in functions called refreshList, and activateLayer, that are both in the main.js file of the app (http://www.esrith.com/apuc/app/js/main.js).

View solution in original post

1 Reply
MarkCooney
Occasional Contributor III

Hi Jonathan,

The code you need is in the example you pointed to.  This was a custom version we helped Esri Thailand with for the Esri Asia Pacific User Conference.  There are a few changes to the code, including two parameters in the configuration section of the index.html (FILTER_LIST_BY_EXTENT, and tabExtents).  Those parameters are then used in functions called refreshList, and activateLayer, that are both in the main.js file of the app (http://www.esrith.com/apuc/app/js/main.js).