FrankBijnen / ExifToolGui

A GUI for ExifTool
GNU General Public License v3.0
242 stars 12 forks source link

Multiple values in reverse geolocation #359

Closed apprenti-sorcier closed 3 months ago

apprenti-sorcier commented 4 months ago

In the function “Update City, Province, Country from GPS coordinates”, I would like to select it like this, rather than a single value: Provice: “state, county” City: “municipality, town” and possibly Location: “hamlet, neighbourhood, road”

Now ExifToolGUI only has an option to choose one or none. However these fields are user editable, but when I enter something different than the default options, it doesn’t process it. Am I doing something wrong or could this be a future option?

FrankBijnen commented 4 months ago

That's an interesting thought! I will think about it. But this I can say right now:

Note: For the map to work on Windows 7 you may have to install EdgeCanary

blabla

apprenti-sorcier commented 4 months ago

Thanks for the insight. Indeed, I meant mainly to automatically combine Geocode provider results, but locations could be combined from the Overpass API result.

FrankBijnen commented 4 months ago

You could try to write your request on the Exiftool forum https://exiftool.org/forum/ I mean if Exiftool supports it natively, it would very likely be easy to add it to ExifToolGui. Or maybe it would work without having to change anything.

Having said this: I will keep the issue open. I will look into it for a next release.

apprenti-sorcier commented 3 months ago

If I understand correctly, the above dialog box doesn’t need access to the Internet mapping to be used. However it’s not active on my computer.

FrankBijnen commented 3 months ago

With ExiftoolGui V6.3.0 and ExifTool 12.79 it should be available. (Juist checked the versions, and 12.80 is also available)

And of course it need to be enabled in Preferences. Option 1 and 3 need 'Enable internet Acces', and 'Enable offline geocoding' Option 2 only needs 'Enable offline geocoding;

1) 'GeoTag files' from the map from the map

2) 'Modify/Update City etc.' from the file menu.

modify update

3) It also available to search for a city:

lyon lyon2 lyon3

Where does it go wrong on your system?

apprenti-sorcier commented 3 months ago

I meant the “Geotag files” button. In my understanding it would allow to edit the address of the photograph. But now I understand it locates the shown map.

FrankBijnen commented 3 months ago

Well. I would say it does both.

Another remark that many users dont read from the docs. When you use CTRL+CLICK, the map is centered according to your mouse position,and the coordinates updated. Added for a better accuracy.

But the question is answered?

FrankBijnen commented 3 months ago

@apprenti-sorcier

Bonjour!

I have made changes to fix this issue. You can download a pre-release here: https://1drv.ms/f/s!AhVJC-QzM33pknOS7KwBi09lgNql?e=n7ztFX

With this change you can set it up like this:

Frank

Screenshots:

asterix list

apprenti-sorcier commented 3 months ago

Thanks. On Windows 7 64 bits, only the 32 bit version runs. It seems to do it, congrats! The x64 version produces this error. Image du presse-papiers

FrankBijnen commented 3 months ago

That error can be caused if you have language dll's from a previous version in the directory where you saved the X64.exe

Things to check:

As a side note. Upgrade also to the latest version of ExifTool. (

apprenti-sorcier commented 3 months ago

Thank you Frank, this explanation solved the error message.

FrankBijnen commented 3 months ago

Thanks for confirming.

If you're interested. See the changelog for what has changed. https://github.com/FrankBijnen/ExifToolGui/blob/main/Docs/changelog.txt

The Docs still need updating! Frank