diff --git a/exif.html b/exif.html index a63b99b..9e466b8 100644 --- a/exif.html +++ b/exif.html @@ -195,6 +195,7 @@
Latitude: ${lat.toFixed(6)}
Longitude: ${lon.toFixed(6)}
+ `; } else { coordinatesDiv.innerHTML = 'No GPS coordinates found in the image.
';