marchyman / GeoTag

Image geo location editing for macOS Ventura (13) and later. Instructions and a .dmg of the current version are on the application home page.
https://www.snafu.org/GeoTag/
MIT License
125 stars 14 forks source link

No longer able to zoom map to coordinates #49

Closed mxcolin closed 4 months ago

mxcolin commented 4 months ago

There used to be a capability in the previous version where you could copy and paste in coordinates and the map would zoom to those coordinates and set the image to that location. E.g.

43.6764775,4.6298813

would zoom and set this location. This now brings up a search result which you must click and then the map zooms there but does not set the Lat/Long. This has added several more clicks to the workflow of setting Lat/long on an image than in previous versions.

marchyman commented 4 months ago

Ahh, yes. I see. That is a regression. It is partly intentional in that I made a decision to not apply search results to selected images, but I do not remember the reason why. I've noted the issue in the README and will address it in a future release.

marchyman commented 4 months ago

Oh, I remember. If you copy the coords in the appropriate format you can paste them directly into selected images. You do not need to use map search. The needed format is "lat | lon" or "lat, lon". Note that you need a space following the comma when using it is a separator. And there is still a bug because the map isn't updated to show the new location.

marchyman commented 4 months ago

The fix has been committed and will be included in the next release.