Select to view content in your preferred language

Compiled Widget to Find Street Intersection

610
3
10-16-2012 12:24 PM
MichaelVolz
Esteemed Contributor
To All Flex Viewer Users:

Is there a compiled widget out there that would allow the user to enter 2 street names and the widget would zoom into the intersection of these streets?
Tags (2)
0 Kudos
3 Replies
ChristopherBlinn1
Deactivated User
If you have a geocode service that uses street centerlines or point intersections (or even both in a composite geocoder), then you can use the Locate widget.  Intersections can be typed in using the following syntax:  Main St and First St  - of course, however you have the streen name syntax set will change that example.

Here is a link for address candidates using our geocode service.  You will see I simply typed in "n green river and morgan" and received two results (makes sense, the roads are separated lanes so two centerlines).

http://maps.evansvillegis.com/ArcGIS_Server/rest/services/COMPOSITE_LOCATOR/GeocodeServer/findAddres...

Hope this helps!
Chris B.
0 Kudos
MichaelVolz
Esteemed Contributor
Chris:

Does the Locate Widget give you the ability to provide a list for both the 1st street candidate and then the cross street candidate?
0 Kudos
ChristopherBlinn1
Deactivated User
Does the Locate Widget give you the ability to provide a list for both the 1st street candidate and then the cross street candidate?


No, the Locate widget allows you to specify a geocode service to use to locate an input text value:

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#//01m30000000r000000

Depending on how you set up the geocode service (via the address locator), will determine how you can search intersections.

If you create the address locator using street centerlines, then all intersecting nodes can be searched using the "First St and Second St" syntax.

If you create an address locator using a point feature class, you need to ensure you have a field with the intersection name.  Here is a link for creating that:

http://forums.arcgis.com/threads/23215-create-point-shapefile-of-street-intersections-from-polyline-...

The widget itself will use the geocode service to find the intersections, either from the centerlines or points (whichever you use).

Hope this helps!
Chris B.
0 Kudos