![]() |
|
problem with geographical coordinates of images? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: problem with geographical coordinates of images? (/thread-10360.html) Pages:
1
2
|
problem with geographical coordinates of images? - vincent3569 - 2012-09-03 hi I use LR4.1 and zenphoto 1.4.3.1. Is it an known issue ? problem with geographical coordinates of images? - vincent3569 - 2012-09-03 I have a look in database. EXIFGPSLatitudeRef and EXIFGPSLongitudeRef seem not to be evaluated (N/S or E/W). fyi, LR uses Exif version : 0230 problem with geographical coordinates of images? - acrylian - 2012-09-03 Did you try the XMP plugin? Lightroom is at least known to do things beyond the standard. I don't know Lightroom though. problem with geographical coordinates of images? - vincent3569 - 2012-09-03 Yes I did a try with xmp plugin, but nothing changes. It works well with exif viewer (by using gps coordinate, the picture is welle located in googlemap). It was working with zp 1.4.2.6 and it doesn't work with 1.4.3.1. problem with geographical coordinates of images? - acrylian - 2012-09-03 Sorry, I cannot answer. Sbillard possibly will be able later. problem with geographical coordinates of images? - vincent3569 - 2012-09-03 to help you as best I can, there is 2 links :
I am not able to see if stored data are different between 2 pictures (so it could be a change between LR3 and LR4), or if stored data are the same between 2 pictures (so it could be a change between ZP 1.4.2 and 1.4.3). problem with geographical coordinates of images? - sbillard - 2012-09-03 Latitude and longitude references must not be empty according to the EXIF specification: Quote:GPSLatitudeRef problem with geographical coordinates of images? - vincent3569 - 2012-09-03 the two data are not empty in the pictures (as I can see with exifviewer), but they are not loaded in zenphoto when I create new album, so pictures are not displayed at the right place with googlemap plugin. you download the indicated pictures and you try to import them and they are right located? problem with geographical coordinates of images? - vincent3569 - 2012-09-03 if you have a look on my gallery, I manually add the missing values in the database and it works well (so this is not a good example). problem with geographical coordinates of images? - acrylian - 2012-09-03 Try 1.4.3.2 please. That is of course what we test (what did you expect seriously?). problem with geographical coordinates of images? - sbillard - 2012-09-03 I did use 1.4.3.2 [10747] of course as indicated by Acrylian. And I downloaded the image you said did not work. All is properly imported from the image into the Zenphoto database. The only way these fields could be empty is if you have told Zenphoto not to process them in the metadata field list options. You should use the current version of Zenphoto. But I seriously doubt there were any changes to metadata handling in that release. This area of Zenphoto is pretty stable since we really do not like trying to change the exifier script. problem with geographical coordinates of images? - vincent3569 - 2012-09-04 sbillard, you are right : GPSLatitudeRef and GPSLongitudeRef was not checked in admin. but, I really think that we should not have to check these 2 data in admin. problem with geographical coordinates of images? - binoyte - 2012-09-04 I have the same issue on random pictures. I fixed it directly in the database. What I see is an weird character near the W, so pictures by default are misplaced to the east. I'using Corel Aftershot Pro and I don't think it's going wrong : when reading exif with FxIF (an exif extension for firefox) GPS data are OK. problem with geographical coordinates of images? - sbillard - 2012-09-04 [b]vincent3569[/b]: There are three states to each of these items:
The default for the Geodata is to hide the field. It is certainly your choice if you want to hide or show it in the metadata displays. Displaying or hiding the data has no impacat on it being imported into the database. But if you have checked the [b]binoyte[/b]: If Corel Aftershot Pro is not following the standard shame on them. No real excuse for that, but it is not Zenphoto's issue. There is no way we can cater to everyone's private "standards". problem with geographical coordinates of images? - binoyte - 2012-10-03 Can you have a look to that picture ? http://tmp.benoitvarret.fr/misplaced.jpg This picture misplaced on the embbed map. When I read the exif with whatever the software, nothing appears wrong. For instance this the exiftools output : GPS Altitude : 301 m Above Sea Level GPS Latitude : 46 deg 41' 6.18" N GPS Longitude : 73 deg 1' 0.18" W GPS Position : 46 deg 41' 6.18" N, 73 deg 1' 0.18" W ` But I can see weird types : http://tmp.benoitvarret.fr/misplaced_phpmyadmin.png problem with geographical coordinates of images? - sbillard - 2012-10-03 Well, your posted links are "forbidden" so we cannot look at anything. In the past this has been caused by mal-formed geodata. What you list above is either an indication of the problem or a summary of the data. There should be separate entries for the latititude, longitude, latitude reference, and longitude reference. The latter two are the N/S and E/W references and are defined to be simply a single character. Zenphoto follows this standards definition. If, for instnace, the N and W are part of the latitude and longitude strings it will fail. As would be the case of the references are not the single character N, S, E, or W. problem with geographical coordinates of images? - binoyte - 2012-10-03 oups sorry ! An old apache config was remaining. The links should work now. Thanks for your explanations, I think I have understood. Maybe exiftool can convert GPS formats. problem with geographical coordinates of images? - binoyte - 2012-10-03 Sorry again ! I just exec an and here is the output : GPS Version ID : 2.3.0.0 GPS Latitude Ref : North GPS Longitude Ref : West GPS Altitude Ref : Above Sea Level GPS Status : Measurement Active GPS Altitude : 301 m Above Sea Level GPS Latitude : 46 deg 41' 6.18" N GPS Longitude : 73 deg 1' 0.18" W GPS Position : 46 deg 41' 6.18" N, 73 deg 1' 0.18" W ` The issue is just North should be N, and W should be W ? problem with geographical coordinates of images? - binoyte - 2012-10-03 well, output seems to be translated as exiv2 show me «Nord» instead of «North». So I tried this command which shows plain exif : problem with geographical coordinates of images? - sbillard - 2012-10-03 Ol, the GPS latitude and longitude Ref values do not conform to the standard which states they should be As I mentioned before, Zenphoto simply cannot manage to conform to arbitrary interpretations of the standards. After all this is what standards are all about--an agreement on how things would be represented. |