longformat (value, secs=True)

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

Examples

<p>Lat: {{ image.exif.latitude|latformat }}
<p>Long: {{ image.exif.longitude|longformat }}

Comments