forked from tykayn/mapillary_download
dont't write equirectangular for flat images
This commit is contained in:
parent
50872cb178
commit
80d96d7ec7
@ -135,7 +135,7 @@ def add_img_projection(picture: bytes, metadata: PictureMetadata) -> bytes:
|
|||||||
img = pyexiv2.ImageData(picture)
|
img = pyexiv2.ImageData(picture)
|
||||||
updated_xmp = {}
|
updated_xmp = {}
|
||||||
|
|
||||||
if metadata.picture_type is not None:
|
if metadata.picture_type.value != "flat":
|
||||||
updated_xmp["Xmp.GPano.ProjectionType"] = metadata.picture_type.value
|
updated_xmp["Xmp.GPano.ProjectionType"] = metadata.picture_type.value
|
||||||
updated_xmp["Xmp.GPano.UsePanoramaViewer"] = True
|
updated_xmp["Xmp.GPano.UsePanoramaViewer"] = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user