-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve location search for "Lands End" #192
Comments
FYI this is the centroid of the relation that is Lands End |
Here are the raw JSON results for searching land's end, with our default Bay Area viewport, but modified to return 10 results https://gist.github.com/graue/6930c50a43e1c8f74db54c30bb2351d3 |
This is inspired by and partially mitigates issue #192, where a geocoding search for "Lands End" produced mysterious and questionable results. I don't consider the issue to be solved by this but it helps somewhat by giving more results and a visual indication of what kind of place you're being directed to.
This case has gotten worse somehow as now the Lands End Trail in SF no longer says "San Francisco" We now have icons: But in this case they're a little misleading because the icon for "mountain peak" shows a hiker, even if there isn't a trail to that peak. Kind of makes it worse - you're looking for the trail and you see a hiker and select the mountain peak in Santa Clara County. Our icon set doesn't have a specific mountain peak icon (we could use this if the Creative Commons is compatible with our license). It would help if we could get Photon to pass along more address information. If I look up R2142026 and N547985669 in Nominatim, they send back address.city: "San Francisco" and address.county: "Santa Clara County" respectively. |
I so far can't find any evidence other than OpenStreetMap and a user-submitted(?) object on Google Maps that the peak in Santa Clara County just outside Uvas Canyon Park is really called Lands End. Uvas Canyon Park's park map doesn't label it that... |
In the default Bay Area-wide view, the first result for "Lands End" is not the popular hiking spot in SF, but some mountain peak in Santa Clara County(?!). This isn't obvious until you get directions because there is no address information beyond "Lands End" - it doesn't say where it's located.
In the above screenshot the second result "Lands End Beach" is in SF, but it doesn't say it's in SF, and "Lands End Beach" is probably not the name that people are looking for.
After zooming to San Francisco, the beach is the first result, and the Lands End Trail in SF also shows up, but there are still two mystery options:
The first mystery option (result 2) is Lands End in SF (seems to be the parking lot on the west end of the trail?), the second mystery option (result 3) is the one in Santa Clara County again.
This is an open-ended task to think about how to improve this and then do it, which may include any or all of the following potential solutions:
The text was updated successfully, but these errors were encountered: