How do I change the photo GPS location from DMS to D.ddd

I get GPS location as part of the information along with a photo.  It shows in Degrees Minutes and seconds.  Is there a way to make it record as Degrees and fractional degree?

Thanks.  Is sadness, like many other aspects of Apple "can't do it" attitude.  Prevent rather than enable.

Similar Messages

  • How do I change the weather widget location from Cupertino to my location?

    How do I change the weather widget from Cupertino to my location?

    Clcik on the little "i" icon in the widget.

  • How can I change the photo pixal from 1000 to 500?

    how can I change the photo pixal from 1000 to 500?

    File -> Export
    In the resulting dialogue use the Size option to set the maxium dimension to 500 pixles.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • How do I change my iphoto export location from Kodak Gallery to Shutterfly

    How do I change my iphoto export location from Kodak Gallery to Shutterfly?

    You also may want to re-post in the iPhotoforum, it is located at:
    https://discussions.apple.com/community/ilife/iphoto
    Good luck!
    BTW have you checked iPhoto Preferences?????

  • How do I change the settings in Maps from miles to kilometers?

    How do I change the settings in Maps from miles to kilometers?

    I've had an entirely different experience with Map units.  Maps on my iPad (iOS 8) will only deliver units in kilometers, no matter how I adjust the settings for Maps or Region/Language.  I am trying to calculate distances between two locations in the United States where all road distances are measured in miles.  My iPad region is set to United States.  When I open the settings for Maps, change the units from kilometers to miles, and close the window, IOS-8 changes the setting back to kilometers every time.
    Slick interfaces and device designs aside, at times these little annoying bugs just make the folks at Apple look like rank amateurs.

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • In Adobe Acrobat XI pro how do I change the units of measure from inches to centimetres?

    In Adobe Acrobat XI pro how do I change the unit of measurement from inches to centimetres?

    Edit > Preferences > Units

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

  • How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    Please keep in mind that Aperture is not an enhanced iPhoto, it is a different application with a different philosophy and a different intended audience. If you approach it with that in mind you will have a lot less frustration as you learn Aperture.
    Aperture adds a layer of complexity that is not needed by many.  iPhoto is a very powerful application and fits the needs of many amateur photographers.
    As for your original issue, as I said I am surprised that iPhoto allows you do switch countries like that and am not surprised that Aperture doesn't. If this is something you really need to do working in Aperture but using iPhoto to order the prints is a good work around and will not be all that difficult to do once you get the hang of it.
    As for your new question, the books in iPhoto and Aperture are different enough that the code that created the book in iPhoto wouldn't work in Aperture. What happens when you import an iPhoto library into Aperture is that the images in the book are combined into an album in Aperture with the same name as the iPhoto book. You will need to re-create the book in Aperture uaing the images in this album.
    Hope this helps, post back if you have anymore questions.
    regards

  • In PC I have changed the default app location from default to other and copied the previous content to new location and changed the Default location in preference. Now in iTunes, my previous apps are not visible. Is there any solution to this?

    In PC I have changed the default app location from (c:/users/username/My Music/iTunes) to other (d:iTunes)  and copied the previous content to new location and changed the Default location in Edit preference. Now in iTunes, my previous apps are not visible. Is there any solution to this?

    wjosten - thanks very much for the detailed instructions. I'll try this as soon as I get my replacement and it looks like you'll probably end up getting the green tick

  • How do I change the language in Pages from American English to Finnish?

    How do I change the language in Pages from American English to Finnish? I know there's a bunch of languages behind Inspector, but no Finnish there. Can I download it from somewhere? This is an American machine and an American OS X Mountain Lion.

    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • How can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?

    I am in openscript, using a settext commend - .setText("{{@today(MM/dd/yyyy), 10-02-2011}}}}"); is anyone know how can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?
    I went to Java Code tab and tried to use - new SimpleDataFormat("dd-MM-yyyy").format(new Date()); but not successful. Any help will be appreciated.
    Katherine

    Hi,
    you can display the date format in dd-mm-yy by using the below Java code.
    First import the bellow java classes.
    import java.util.Date;
    import java.text.SimpleDateFormat;
    //and add bellow code in run() function
         //************ Display Date and Time *************
         Date date_format=new Date();
         SimpleDateFormat dateFormat = new SimpleDateFormat("dd-mm-yyyy");// HH:mm:ss");
         String Exec_Time = dateFormat.format(date_format);
    //output statement
    info("Today's Date: "+Exec_Time);
    I can able to add the screenshot of this output here, so if you need any other information please write to me.
    Regards,
    MRSN

  • ICS 2.x: How do I change the hour display format from AM/PM to 24 hour mode in the JavaScript?

    How do I change the hour display format from the AM/PM mode to the 24 hour mode
    in the JavaScript?
    <P>
    To change the hour display format,<BR>
    <P>
    <OL>
    <LI>Open the <I>loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    file.
    <P>
    <LI>Go to the "Misc." section.
    <P>
    <LI>Edit the following line:<BR>
    <P>
    i18n['def clock'] = '24';
    </OL>

    laugh
    how analog. 
    neat idea, but i need to see that part of the screen after login on a fairly regular basis, otherwise i might seriously do this.

  • How do I access the photos and videos from my computer that I backed up from my phone to verizon backup assistant plus?

    how do I access the photos and videos from my computer that I backed up from my phone to verizon backup assistant plus?

    You can download the PC (or mac) desktop application. 
    http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=54607
    or you can sign into My Verizon ( http://www.verizonwireless.com/myverizon ) then navigate to MyVerizon/Manage & Store media.

  • How do i change the Std. confirm key from 'AB' to 'Z1', receiving ACK IDOC.

    Hi,
    How do i change the Std. confirm key from 'AB' to 'Z1', when loading ACK IDOC.
    Thanks

    Hi Jorge,
    Thanks for your help.
    I change the output mode to "Collect IDocs" method, if I use SAP standard function POIM (RCCLMDAT), it will depend on change pointer to generate IDoc, and it includes function: RSEOUT00 ( and MASS_RSEOUT00 ) to collect and send IDoc.
    The collect table is BDCP.
    BR,

Maybe you are looking for

  • Can't import MPEG4 video into iDVD 5

    I am trying to create a DVD using MPEG4 video that I downloaded from iTunes. (I need to create a DVD of the Wonderpets TV show for my son for Christmas.) iDVD 5 doesn't recognize it, nor does iMovie HD 5, nor does Toast Titanium. I am assuming that e

  • Unicode in Reports60

    I had enabled Unicode for Dev.6 with "NLS_LANG"="AMERICAN_AMERICA.UTF8" Now my reports can display Unicode fonts, but additionally this caused a mess in the old reports and the new ones. The fields are varchar2 and it seems that while displaying the

  • Un-force-quittable app? It's not running, but it is, but it isn't

    I have an app that got caught in some sort of endless loop... it didn't freeze, it just sat there spinning a progress indicator for about 36 hours when I tried opening a file. I'm not getting the wait cursor, the menus are pop open when I click on th

  • G4 to Mac Pro Laptop

    I'm an old lady that is FINALLY going from my G4 Power Book to a Mac Pro Laptop due to problems with java script I just can't get solved.  I've been out of the Apple loop for so long I'm terrified of the incompatibilities of my files on the G4 with t

  • Recommended way to go down from 10.2.0.4 to 10.2.0.3?

    We have a working 10.2.0.3 environment. We have been asked to test the 10.2.0.4 version in the same environment rather than a parallel environment. What is the least risky method of reverting to 10.2.0.3 if we are asked to roll it back?