JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Add support for Nominatim #105

Open ollie10 opened 1 week ago

ollie10 commented 1 week ago

Hey @JustinCanton

I have posted this just for you to have it on the roadmap. It would be very nice to have support for the Nominatim API.

This API is the free, public, open-source, API of OpenStreetMap. You can host yourself or use one of the few publicly hosted versions available, such as perhaps

So the API server should be configurable to pick the one you use (hosted or private) What do you think? The documentation is simple and pretty straightforward

Many thanks Best regards

JustinCanton commented 1 week ago

Hi @ollie10,

I may add this into the roadmap. It doesn't look overly difficult to support, so it might be worth it. Thanks for the suggestion.

Justin