latlongformat (value, secs=True)

This formats a latitude and longitude tuple into a human readable string in the format degrees, minutes and seconds. See also latformat and longformat.

Examples

<p>Location: {{ image.exif.location|latlongformat }}

Comments