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

geocoding #16

Closed
merlitti opened this issue Nov 7, 2016 · 3 comments
Closed

geocoding #16

merlitti opened this issue Nov 7, 2016 · 3 comments
Labels

Comments

@merlitti
Copy link

merlitti commented Nov 7, 2016

hi everybody,
great work, this library seems fantastic.
I've only a question: how can I manage a geocoding feature? My need is to resolve a coordinate (Lat Lon) with the corresponding street in a fast manner.
Is it possible?
Thanks in advance!

Nicola

@xivk
Copy link
Contributor

xivk commented Nov 7, 2016

Geocoding is something completely different. You could use OsmSharp to load OSM data and process it to build a geocoder but this is very very complex.

I suggesting using one of the existing solutions or just using an online service.

@xivk xivk added the question label Nov 7, 2016
@merlitti
Copy link
Author

merlitti commented Nov 7, 2016

Thanks xivk for the fast reply! What do you mean with "existing solutions". Can you give me an hint?

@xivk
Copy link
Contributor

xivk commented Nov 7, 2016

There is an overview of some services here:

https://wiki.openstreetmap.org/wiki/Search_engines

And then there is this:

https://github.com/itinero/Geocoding.net

@xivk xivk closed this as completed Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants