I'm wondering if anyone has created a widget that allows a user select State and County from two comboboxes and then zoom to the result. I did find code that Robert Scheitlin posted but it was for flex api 1.3.
Doubt that I will have time today but can you post the link to my 1.3 code. I have been coding and posting for years now and don't remember all the code I put out there.
I'm wondering if anyone has created a widget that allows a user select State and County from two comboboxes and then zoom to the result. I did find code that Robert Scheitlin posted but it was for flex api 1.3.
You configure this widget with the url of a Map Service to query, the name of an attribute to query, and a list of values that make up the bookmarks. I used to to zoom to any town in my state by providing a list of town names as the list of values, and querying a Map Service that is based on a political bounds feature layer.