Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid/Wrong Search Parameter used for Custom Geocode -findAddressCanidates query #23

Closed
keithdougherty opened this issue Jun 7, 2018 · 3 comments

Comments

@keithdougherty
Copy link

keithdougherty commented Jun 7, 2018

Every Ersi Geocoder service I ran "findAddressCanidates" query against is expecting a "SingleLine" parameter, the "Text" parameter returns no results when searching for a known address or parcel number, where as the "SingleLine" returns the expected results.

Even the ESRI world geocode service expecting this parameter for this query
URL: "http://geocode.arcgis.com/arcgis"
EndPoint: "/World/GeocodeServer"

@keithdougherty keithdougherty changed the title Invalid/Wrong Search Parameter used for Single Input Geocode query Invalid/Wrong Search Parameter used for Custom Geocode -findAddressCanidates query Jun 7, 2018
@davetimmins
Copy link
Owner

davetimmins commented Jun 7, 2018

I must've added that as the suggest operation returns the result as text (and magic key), pretty easy fix though. Cheers.

davetimmins added a commit that referenced this issue Jun 8, 2018
also added extent to response
@davetimmins
Copy link
Owner

If you use the myget feed you can test the fix out. If it's OK I'll publish a new version to NuGet.

Install-Package Anywhere.ArcGIS -Version 1.5.0-dev50 -Source https://www.myget.org/F/0b0e5c5f92fe4ccbba32eec8c0bb4c22/api/v3/index.json

@keithdougherty
Copy link
Author

Looks good to me, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants