<Latitude> parameter contains quote sign (")
Posted: Tue Sep 14, 2010 3:31 pm
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
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