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
When I submit a point in web mercator to the reverse geocode service I get no results.
For example: x: -12449589.63970003 y: 4965953.392828723 distance=50 spatialReference=3857
yields
{"result":{},"status":200}
whereas the same point in utm works:
x: 429309 y: 4504098 distance: 50 spatialReference: 26912
{"result":{"inputLocation":{"x":429309.47224767046,"y":4504099.0752038416},"address":{"street":"4002 S 1925 E"}},"status":200}
The text was updated successfully, but these errors were encountered:
Good catch.
I am sending the wkid (3857) to the locator, but the locator is still expecting the input location to be 26912.
Sorry, something went wrong.
Thanks!
steveoh
No branches or pull requests
When I submit a point in web mercator to the reverse geocode service I get no results.
For example:
x: -12449589.63970003
y: 4965953.392828723
distance=50
spatialReference=3857
yields
whereas the same point in utm works:
x: 429309
y: 4504098
distance: 50
spatialReference: 26912
The text was updated successfully, but these errors were encountered: