-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I was try it on https://maps.moomoo.me/ but absolute no success?
I tried out panos directly from my DJI drohne (Mini 3 pro) and also generated ones from "PanoramaStudio 3 Pro) but everytime I get an error to fix anything, but the data is correct, what I can see.
Has google changed anything so it doesn't work anymore?
So, the upload of the file to the server seems to work, only the integration into the Google API doesn't work.
The upload starts, the map shows the correct location then, but after click on the upload button below leads after a while to an error.
Here the data of one of my test images (Date view of "Exif Fixer"):
-xmp:ProjectionType=equirectangular
-xmp:CroppedAreaLeftPixels=0
-xmp:CroppedAreaTopPixels=0
-xmp:CroppedAreaImageWidthPixels=17984
-xmp:CroppedAreaImageHeightPixels=8992
-xmp:FullPanoWidthPixels=17984
-xmp:FullPanoHeightPixels=8992
-xmp:UsePanoramaViewer=true
-xmp:PoseHeadingDegrees=0.0
Filesize: 13MB
Debug information from Google API isn't helpful:
{
"error": {
"code": 400,
"message": "The image is not a 360 photo.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"metadata": {
"EXTERNAL_MESSAGE": "The image is not a 360 photo."
}
}
]
}
}
If I upload my images directly per Google to Landmarks, Google itself has never had a problem with my images and does show it correctly in panoramic viewer.