latformat
(value, secs=True
)This formats a latitude in float format into a human readable string in the format degrees, minutes and seconds. See also longformat and latlongformat.
<p>Lat: {{ image.exif.latitude|latformat }}
<p>Long: {{ image.exif.longitude|longformat }}
Comments