diff --git a/exif.html b/exif.html index a63b99b..9e466b8 100644 --- a/exif.html +++ b/exif.html @@ -195,6 +195,7 @@

EXIF Data Viewer

GPS Coordinates

Latitude: ${lat.toFixed(6)}

Longitude: ${lon.toFixed(6)}

+

View on Google Maps

`; } else { coordinatesDiv.innerHTML = '

No GPS coordinates found in the image.

';