-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load panorama image #1
Comments
Hello, thanks for your interest in the project. The program is designed to create huge panorama tours spanning multiple locations and time points. Thus the process to show a single panorama is a bit more complicated: First you need the editor version of the program:
See the help section '?' how to edit panoramas and how to work with groups What do you intend to do? |
<!--
/* Font Definitions */
@font-face
{font-family:Helvetica;
panose-1:2 11 5 4 2 2 2 2 2 4;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:1080832289;
mso-list-template-ids:-1;}
@list l1
{mso-list-id:1879583624;
mso-list-template-ids:-1;}
@list l1:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:36.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Symbol;}
@list l1:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:72.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:"Courier New";
mso-bidi-font-family:"Times New Roman";}
@list l1:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:108.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level4
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:144.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level5
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:180.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:216.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level7
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:252.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level8
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:288.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l1:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:324.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->Thanks for reply : when i darg the image it show this error : unknown error(class error { get [Symbol.toStringTag]() { return 'Error'; } /** * * @param {string} type * @param {string} message * @param {any} data */ constructor(type, message, data) { this.type = type; this.message = message; this.data = data; } }) Sent from Mail for Windows From: NiHoelSent: Thursday, 23 November 2023 10:15 amTo: NiHoel/cirspecteCc: Adel Eddarai; AuthorSubject: Re: [NiHoel/cirspecte] Can't load panorama image (Issue #1) Hello,thanks for your interest in the project. The program is designed to create huge panorama tours spanning multiple locations and time points. Thus the process to show a single panorama is a bit more complicated:First you need the editor version of the program:Windows binary: https://github.com/NiHoel/cirspecte-cordova/releases/download/v0.9.7/Cirspecte.Editor.Setup.0.9.7.exeor browser (you need to download the project file in the end, otherwise all progress is lost): https://nihoel.github.io/cirspecte/edit.htmlDrop the project folder (which contains the panorama) in the highlighted area (if you do not have an equirectangular jpg panorama, you can use that one: https://www.pexels.com/photo/cityscape-with-roads-and-buildings-on-sunny-day-5048124/)Enter a name for the group (e.g. "Test")Click "Add panoramas" in the left paneGo to the browse tab or drag and drop the image.The panorama should be shown.See the help section '?' how to edit panoramas and how to work with groupsWhat do you intend to do?—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Did you use the windows binary or browser version? Does it work if you use the browse tab? Does the path contain any non-ASCII characters? Does the demo work: https://nihoel.github.io/cirspecte/index.html?tour=https%3A%2F%2Fnihoel.github.io%2Fcirspecte-demo%2Ftour.json |
nice project, but why cannot load image panorama?
The text was updated successfully, but these errors were encountered: