Hello All, I am working on Mr. Scheitlin's Identify Widget, and I am wondering if there are any side effects to setting the navigation setting to "true" (by default they are all "false"). My changed code is as follows (from IdentifyWidget.mxml, approx Lines 368 -372): lastTool = selectedDrawingIcon.name; setMapNavigation("none", ""); map.panEnabled = true; map.mapNavigationEnabled = true; map.rubberbandZoomEnabled = true;Simply, this should enable panning and rubber band zooming to work while the Identify Widget is active. However, I am guessing there may have been a reason that these are set to not run in the file that is available online. I would prefer to keep the navigation settings activated, thus the question.Thanks!Colter
lastTool = selectedDrawingIcon.name; setMapNavigation("none", ""); map.panEnabled = true; map.mapNavigationEnabled = true; map.rubberbandZoomEnabled = true;
Kate, Well I have seen several site that have the locate widget working using a street intersection so manipulating the widget UI to use to auto complete comboboxes and then concatenating them together with a comma between before firing off the task should not re very hard at all.Attached is the Flex Viewer 2.1 version of my identify widget.
Kate, So what does your version do that is different than the free viewer?
Kate, If your organization purchased the Flex Viewer, I hope that it is highly customized... Since the source code and the viewer are free. I would go back to individual or organization you purchased from and request the source code if it a customized version. The next draw back is now you have a version that is 3 releases behind. I will have to check if there is still a link out there to my 2.1 version of the identify widget.
Larry, Simply copy the main config.xml file and when you paste it back to the src folder rename it, for example I have config-identify.xml and then when you have a link to your web site you just add ?config=config-identify.xml to the url.Like this:http://gis.calhouncounty.org/FlexViewer2.4/index.html?config=config-identify.xml
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.