GitHub user auser opened a pull request:
https://github.com/apache/cordova-plugin-camera/pull/71
Fix for geolocation/exif data
Two part pull req:
1. Currently, if the options include geolocation, i.e.:
```xml
<preference name="CameraUsesGeolocation" value="true" />
```
Then the plugin drops into a method that doesn't actually contain any data.
This fixes the flow so that data is supplied with geo
2. This pull req also attaches GPS, Exif, and RAW data to the metadata.
Previously, no Exif data was actually written back to the image.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/auser/cordova-plugin-camera master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-camera/pull/71.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #71
----
commit e708f222bff961b07e7b7a263d79b521b609208a
Author: Ari Lerner <[email protected]>
Date: 2015-03-02T21:36:49Z
Write out all properties to the metatadata when calling
`imagePickerControllerReturnImageResult`
Do not return `data` if weâre using `geoLocation` in `processImage`
commit 0b6629ddf8f59e16e7bccc442814728c49082c05
Author: Ari Lerner <[email protected]>
Date: 2015-03-02T21:48:23Z
Set data to nil, instead of NULL
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]