if (featholding.length > 0 && featholding.length == parnums.length - 1) { map.setExtent(esri.graphicsExtent(featholding[0].features),true); }
hi,I am doing a buffer query this piece of code is zooming into the feature. if (featholding.length > 0 && featholding.length == parnums.length - 1) { map.setExtent(esri.graphicsExtent(featholding[0].features),true); }I would like to change the extent a bit so the end user can see more of the area surrounding this feature. How would I go about changing the extent to do this?Thanks
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.