diff --git a/src/photo/server.ts b/src/photo/server.ts index a6056afc..bf39bf1a 100644 --- a/src/photo/server.ts +++ b/src/photo/server.ts @@ -138,10 +138,15 @@ export const removeGpsData = async (image: ArrayBuffer) => generateBase64(image, sharp => sharp .withExifMerge({ IFD3: { - GPSLatitudeRef: '', - GPSLatitude: '', - GPSLongitudeRef: '', - GPSLongitude: '', + GPSVersionID: '-', + GPSMapDatum: '-', + GPSLatitudeRef: '-', + GPSLatitude: '-', + GPSLongitudeRef: '-', + GPSLongitude: '-', + GPSTimeStamp: '-', + GPSAltitude: '-', + GPSAltitudeRef: '-', }, }) );