Mapillary and EXIF:GPSAlitude don't mix

I searched a bit further… and found the answer here.

I must not set 0 or 1, but the textual value:
0 = Above Sea Level
1 = Below Sea Level
(didn’t expect that)

I’ll upload that sequence once more, but I don’t expect it will make a difference, but one never knows…

[edit]
I wanted to place an image on FaceBook, and it didn’t see the 360 setting… after some searching I added this:
ProjectionType => ‘equirectangular’,
CroppedAreaLeftPixels => ‘0’,
CroppedAreaTopPixels => ‘0’,
UsePanoramaViewer => ‘true’,
CroppedAreaImageWidthPixels => 5760,
CroppedAreaImageHeightPixels => 2880,
FullPanoWidthPixels => 5760,
FullPanoHeightPixels => 2880,

(settings thanks to this piece of software )

[edit2]
Asuming human use, a minimum delta of 2 meters would be ideal to trigger “next layer”. The layer you’re on is zero and if the delta of several images is more (or less) then 2 meters accept that as the local new layer.