Closed allisonmuise closed 9 years ago
@allisonmuise
The app uses the address locator(s) configured in the organization. In case there are multiple address locators configured in the organization, currently only the first address locator is used to search the address. We are yet to loop through all the address locators that are configured in the organization.
As for MGRS, USNG, and lat/long, they are not located using geocoder. This is done by using client side javascript utility functions.
We are not sure why no results are displayed when you search for 123 main st naperville il. We are able to get results from the dev-ext app with this address as well as MGRS code
Let us discuss this in our call and try to find out why you are not getting any results.
If only the first locator is being used, it makes sense that the Naperville address is not being returned. I am testing in a different organization that you used for development and the first locator in my org does not cover Naperville.
Will use of all locators be added in sprint 4?
The MGRS/USNG search results you are showing are what I am also getting. They are incorrect. The value you are showing is a valid USNG coordinate, but not a valid MGRS coordinate so no nresult should be shown for that locator. Try searching for the MGRS coordinate 4QFJ12345678 and you will see that no results are returned.
We should also be honoring the search options set on each web map so feature searches work in addition to the locators set up for the organization.
Scott
From: CTLocalGovTeam [mailto:notifications@github.com] Sent: Wednesday, January 21, 2015 10:56 PM To: Esri/constituent-engagement-app Subject: Re: [constituent-engagement-app] No address search (#17)
@allisonmuisehttps://github.com/allisonmuise
The app uses the address locator(s) configured in the organization. In case there are multiple address locators configured in the organization, currently only the first address locator is used to search the address. We are yet to loop through all the address locators that are configured in the organization.
As for MGRS, USNG, and lat/long, they are not located using geocoder. This is done by using client side javascript utility functions.
We are not sure why no results are displayed when you search for 123 main st naperville il. We are able to get results from the dev-ext apphttp://localgovdev.mapsdevext.arcgis.com/apps/ConstituentEngagement/index.html with this address as well as MGRS code
Let us discuss this in our call and try to find out why you are not getting any results.
[address]https://cloud.githubusercontent.com/assets/2959186/5850267/2d5fc616-a218-11e4-86b4-74d377cba73b.PNG [mgrs]https://cloud.githubusercontent.com/assets/2959186/5850268/2f7b4f24-a218-11e4-8e85-de29bac9ccc5.PNG
— Reply to this email directly or view it on GitHubhttps://github.com/Esri/constituent-engagement-app/issues/17#issuecomment-70967984.
verified
searching for an address such as 123 main st naperville il returns no results. The app should use the address locator(s) configured in the organization as well as any locators configured in the organization (MGRS, USNG, lat/long).