DNN Hosting Register Login
 
Latest Discussions Minimize
How Could I Insert a Custom Swap Image for Non-Flash Browsers? by RegGFX
I have a situation where some (because of security concerns)do not allow ActiveX...
what is mean by Online video conversion ? by marbab
I have read the home page. Its written under UVG that we can do 'Online video co...
How to Simplify Personal Gallery? by blob150
I am using UMG 5.3 intergated with Smart-Thinker User Profile.  I have a page se...
Video Size Problem by arshad786
Hi,     I am Arshad , i am trying to play video in my dnn site, but the problem ...
Configuration Error by koolexposure
I received this error on the last step of the Configuration Wizard. I have came ...
Serial Number by abudist
Hi, I have sent you emails regarding serial number for UVG. I'm stil waiting ...
Screenshot Capture Not Working by chadw3
Hello,I am using UVG 2.0 and am trying to use the Capture control in Edit Video ...
User uploads by OKCChopper
I have it set up so that regestered users can upload photos. I do not have a di...
Applying Watermark picture to existing images by Simone
I have recently upgraded to UMG 5.3 and after uploading some photos, I discovere...
Player auto plays select video? Not working by mg3hockey
Hello All,I am trying to get my player to  auto play a select video of several I...
Our Partnership Minimize
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Support Forum Minimize
Subject: EXIF geocode info
Prev Next
You are not authorized to post a reply.

Author Messages
Mark Hollas
Posts:253
Site Administrator

10/02/2008 9:03 PM  
I was just looking over the EXIF data template in EXIF.aspx and noticed that it will not get the Longitude and Latitude from a JPEG. I was wondering if this could be added.

Also is the EXIF data for a image stored somewhere? I know it is outputted to the module after you apply the proper settings at album level but if that EXIF data is being stored in a table and we could have a table for Longitude and Latitude then I believe we could very easily use google maps to geocode photos.

Please let me know what you think

Mark
Pengtsen R
Posts:5433


10/02/2008 9:22 PM  
the exif is retrieved in runtime.

if you are sure your picture contains other exif informations, you can open Exif.aspx, and add a new row like this:

[TR]
[TD class="SubHead"][asp:label id="Label28" Runat="server" resourcekey='ExifImageWidth'][/asp:label]:[/TD]
[TD class="Normal"]
[asp:Label id="lblExifExifImageWidth" runat="server"][/asp:Label][/TD]
[/TR]

Please note the lblExifExifImageWidth label means to display exif attribute "ExifImageWidth", so if your exif attribute name is "Longitude", you should write it in this way:

[TR]
[TD class="SubHead"][asp:label id="Label28" Runat="server" resourcekey='Longitude'][/asp:label]:[/TD]
[TD class="Normal"]
[asp:Label id="lblExifLongitude" runat="server"][/asp:Label][/TD]
[/TR]

Pengtsen R
http://www.bizmodules.net
Mark Hollas
Posts:253
Site Administrator

10/02/2008 10:26 PM  

Yes it seem many newer cameras will imprint GPS data into EXIF... but the read is at runtime so I guess this can not be easily exploited. being able to take just the longitude and latitude and save it to the DB, preferably in the 'Photo' table would be great...

Pengtsen R
Posts:5433


10/02/2008 10:28 PM  
the exif.aspx do read exif information in runtime, so the above solution should work as long as the attribute name is correct.

Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.

Enterprise level DotNetNuke Solutions Copyright © 2005-2008 BizModules   |  Contact Us  |  Terms Of Use  |  Privacy Statement