-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Filter out null island results #163
Comments
Hey @stevage, great catch! We missed a check for null island records in our openaddresses importer. Will add it shortly. Thanks for your feedback! |
This was referenced Aug 30, 2017
Awesome :) so it was fixed upstream, removing the need for a specific
filter here?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For whatever reason, Mapzen's geocoder is returning a lot of results whose geometry is [0,0]. Showing these results as autocomplete suggestions is pretty poor UX, and undermines user confidence in the geocoder.
For instance, typing "bl" gives this:
Apart from the 3 results from Switzerland, the other 7 results are all null island.
The text was updated successfully, but these errors were encountered: