Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use exif.js to extract full exif tags #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Use exif.js to extract full exif tags #8

wants to merge 7 commits into from

Conversation

nickw1
Copy link

@nickw1 nickw1 commented Oct 28, 2013

This change involves the use of the exif.js library (https://github.com/jseidelin/exif-js) to pull out full EXIF data for the photosphere. The rationale for this is that it might be desirable to obtain the latitude and longitude where the photosphere is taken, for example for displaying the photospheres on the map. I also store the "PoseHeadingDegrees" GPano property in the exif object; this has applications including the possibility of linking photospheres to create virtual tours in which the user can navigate from one photosphere to the next, with direction arrows superimposed on the photosphere.

EDIT: just realised this breaks in IE. The xmlHTTP.overrideMimeType() is not supported in IE. I've modified my own branch to only use this if supported, but then IE breaks somewhere else, in the final callback() call, with some random system error. So it's best you don't pull this change in just yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant