MaxEtMoritz / PNavCopy

IITC Addon that copies Portal Names and Locations to Clipboard or sends them to Discord in the format needed by the PokeNav Discord Bot.
ISC License
5 stars 2 forks source link

Edits: Display PoI Address #8

Closed MaxEtMoritz closed 3 years ago

MaxEtMoritz commented 3 years ago

When there are multiple poi with the same name, you can have a hard time figuring out which one is the right one. PokeNav provides the Address directly, so why not use reverse Geocoding to figure out the Address? A free OSM service for this is documented here. This could also be a great idea for the bot, if PokeNav also uses Nominatim, a simple string comparison could maybe do the trick and simplify the code..

MaxEtMoritz commented 3 years ago

implemented in commit 6803c18 (Script) and 9f81496 (Bot).