piexifjs icon indicating copy to clipboard operation
piexifjs copied to clipboard

Document how to set GPSHPositioningError

Open daniel opened this issue 4 years ago • 0 comments

I'm trying to set GPSHPositioningError, but I'm not sure how to do it.

I've tried this:

const accuracy = 123.45 // in meter
gpsIfd[piexif.GPSIFD.GPSHPositioningError] = [Math.round(accuracy), 1]

It works on iOS, but on Android GPSHPositioningError is shown as 0m when I inspect it in an exif viewer app.

daniel avatar Feb 24 '21 15:02 daniel