Added filter by list and pan to selected configuration options #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In index.html there are two additional configuration options:
FILTER_LIST_BY_EXTENT and PAN_MAP_ON_ITEM_SELECT. By setting
FILTER_LIST_BY_EXTENT to false, your list will never change, no matter
what you are looking at in the map. If you set PAN_MAP_ON_ITEM_SELECT to
true, the map will pan to the item when it is selected in the list.
These two options allow the short list to be controlled by the list
rather than the map. Also added query string parameters of "extent_filter" and "pan_to_item" to control these configuration options. An example is available here: http://esridotpublic.s3.amazonaws.com/Apps/shortlistwithpan/index.html.