una-xiv / umbra

Umbra XIV - Adds quality of life improvements to the game and consolidates common UI elements and actions into a single uniform interface.
GNU Affero General Public License v3.0
51 stars 18 forks source link

[Bug] Location widget shows the wrong location #76

Closed SabSparrow closed 1 month ago

SabSparrow commented 1 month ago

Instead of the proper location, the location widget instead seems to always show a nearby landmark, and not always the closest one. In the Doman Enclave in particular, it shows The Watchtower whenever I'm south of the aetheryte. I suspect that the location widget just uses the closest map label, but has an offset problem in the Doman Enclave. This is inaccurate, it should fall back to the area name if a landmark is too far away. An example where that is an issue is the very east end of Castrum Occidens in Eastern La Noscea, where the location widget shows Hidden Falls or Agelyss Wise, because those map labels happen to be closer. The plugin "Where am I again?" does manage to identify the correct location, maybe that can help?

haroldiedema commented 1 month ago

Hi, thanks for the report!

Your assumption about it just picking the closest map label is correct. I'll have a look at "Where am I again?" to see how they do it.