CC snippet - EXIF GPS coordinates

Discuss and share scripts and script files...
jupe
Posts: 3011
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: CC snippet - EXIF GPS coordinates

Post 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.

admin
Site Admin
Posts: 62449
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CC snippet - EXIF GPS coordinates

Post by admin »

I had only a few test pics. Send me some.

jupe
Posts: 3011
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: CC snippet - EXIF GPS coordinates

Post by jupe »

Sent..

admin
Site Admin
Posts: 62449
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CC snippet - EXIF GPS coordinates

Post by admin »

That helped. Should be fixed now.

admin
Site Admin
Posts: 62449
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CC snippet - EXIF GPS coordinates

Post 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>));

RalphM
Posts: 1981
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: CC snippet - EXIF GPS coordinates

Post by RalphM »

This even works w/o the <curitem>!
Ralph :)
(OS: W11 23H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 62449
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: CC snippet - EXIF GPS coordinates

Post by admin »

:tup:

Post Reply