Page 1 of 1

<Latitude> parameter contains quote sign (")

Posted: Tue Sep 14, 2010 3:31 pm
by 64matze
Hello,
First of all, thank you very much for the awsome free software XnView!
It is greate to use it.

I have one little problem, and I think it could only be fixed by the developers.

In the "Web Page Create" Dialog I want to use the <Latitude> and <Longitude> parameter in an hyper link in the displayed information, to link directly to a google map. Therefor i used:
<a href="http://maps.google.de/maps?q=test@<Lati ... tude>&z=11" target="_blank">Google</a>

This would work perfect BUT the <Latitude> parameter (and <Longitude> as well) insert the latitude value with an " at the end.
Not at the beginning only at the end. A genetated link will look like this:
<a href="http://maps.google.de/maps?q=test@41° 53' 28.05",12° 29' 27.21"&z=11" target="_blank">Google</a>

See the " at the end of 41° 53' 28.05 and 12° 29' 27.21!?

This has nothing to do with creating that link. Even if you just want to display the latitude parameter in the information, you can see that xnview adds a " at the end.

Is it possible to fix this?
Or is there a workoraund I can use to avoid the " after the parameters?

Thank you very much in advance!

Best reguards,
Matthias

Re: <Latitude> parameter contains quote sign (")

Posted: Wed Sep 15, 2010 9:10 pm
by Peter2
64matze wrote:...See the " at the end of 41° 53' 28.05 and 12° 29' 27.21!?...
Maybe I am wrong, but this " are "seconds" ..

° degrees / Grad
' minutes / Minutes
" seconds / Sekunden

HTH :?:

Peter

Re: <Latitude> parameter contains quote sign (")

Posted: Thu Sep 16, 2010 11:21 am
by 64matze
Peter2 wrote:
64matze wrote:...See the " at the end of 41° 53' 28.05 and 12° 29' 27.21!?...
Maybe I am wrong, but this " are "seconds" ..

° degrees / Grad
' minutes / Minutes
" seconds / Sekunden

HTH :?:

Peter
I am an idiot!
You are right!
But this means I can not use it in that way.

Thank you!

BR
Matze