Hello, if the problem is about missing metadata, I used this exiftool command to add metadata to an 1:2, 180°x360° equirectangular image and it works with Google photos. I'm not sure if it works with Google Maps, too. You just need to change the 'NAME.jpg' at the end of the command to your filename.
exiftool -ProjectionType="equirectangular" -UsePanoramaViewer="True" -"PoseHeadingDegrees<$exif:GPSImgDirection" -"CroppedAreaImageWidthPixels<$ImageWidth" -"CroppedAreaImageHeightPixels<$ImageHeight" -"FullPanoWidthPixels<$ImageWidth" -"FullPanoHeightPixels<$ImageHeight" -CroppedAreaLeftPixels="0" -CroppedAreaTopPixels="0" NAME.jpg The result: https://photos.app.goo.gl/NDAcuce3j1yo3TWu7 I've documented it here: https://dablogter.blogspot.com/2020/01/panorama-of-old-vase-in-vr.html For uploading it to maps it looks like you need the Google Street View App: https://support.google.com/maps/answer/7012050?hl=en&co=GENIE.Platform%3DAndroid#zippy=%2Cpopular-equipment-to-use-with-a-dslr-system Please report back if it works. Regards, Tobias Groogle schrieb am Dienstag, 4. Januar 2022 um 00:10:48 UTC+1: > I have a relatively standard 180°x360° panorama of a street crossing > that I wanted to put on Google Maps. I had investigated this some > time in the past and discovered that I needed various metadata if the > vertical angle wasn't 180°, and put it in the "too hard" basket. But > this pano is complete. Only I can't find how to upload it. The only > instructions still on the web require a MOBILE PHONE! Nothing about > uploading from a computer. > > Can anybody help? > > Greg > -- > Sent from my desktop computer. > Finger [email protected] for PGP public key. > See complete headers for address and phone numbers. > This message is digitally signed. If your Microsoft mail program > reports problems, please read http://lemis.com/broken-MUA.php > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/faef27e5-8a86-4bf7-aaee-d92deab85f00n%40googlegroups.com.
