Page 2 of 2

Re: CC snippet - EXIF GPS coordinates

Posted: 11 Oct 2024 22:34
by jupe
admin wrote: 11 Oct 2024 20:50 The next beta will make that column definition a lot simpler:
That's cool, but the return seems to be bogus, at least in the images I've tried, I think there is an issue in the conversion you're using, because dec output also bogus.

Re: CC snippet - EXIF GPS coordinates

Posted: 11 Oct 2024 23:03
by admin
I had only a few test pics. Send me some.

Re: CC snippet - EXIF GPS coordinates

Posted: 11 Oct 2024 23:09
by jupe
Sent..

Re: CC snippet - EXIF GPS coordinates

Posted: 12 Oct 2024 10:25
by admin
That helped. Should be fixed now.

Re: CC snippet - EXIF GPS coordinates

Posted: 13 Oct 2024 10:20
by admin
Btw, this Custom File Association works for me (default browser is Edge):

Code: Select all

|"Show in Map" jpg>::open("https://www.google.com/maps/place/" . get("exif", "gps", <curitem>));

Re: CC snippet - EXIF GPS coordinates

Posted: 13 Oct 2024 12:50
by RalphM
This even works w/o the <curitem>!

Re: CC snippet - EXIF GPS coordinates

Posted: 13 Oct 2024 13:01
by admin
:tup: