Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
leuven
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISRIC
leuven
Commits
6961f8d0
Commit
6961f8d0
authored
Jul 22, 2020
by
Haas, Ingrid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update panoId and path in tour.js
parent
7e8fce27
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
180 additions
and
184 deletions
+180
-184
www/assets/js/tour.js
www/assets/js/tour.js
+6
-4
www/assets/tour/leuven_tour.json
www/assets/tour/leuven_tour.json
+174
-180
No files found.
www/assets/js/tour.js
View file @
6961f8d0
...
...
@@ -14,8 +14,8 @@
*/
/* define the paths used by the leuven_tour.json*/
var
monolith_url
=
"
http://isis.isric.org/monoliths/
"
;
var
img_url
=
"
http
://www.rest.museum2
.isric.org/monoliths/50per/png/
"
;
var
monolith_url
=
"
http
s
://isis.isric.org/monoliths/
"
;
var
img_url
=
"
http
s://rest-wsm
.isric.org/monoliths/50per/png/
"
;
var
pdf_url
=
"
pdf/
"
;
var
video_url
=
"
videos/
"
;
var
expositionobjects_url
=
"
images/
"
;
...
...
@@ -23,7 +23,7 @@ var url;
/*STARTIN POINT - HACK GOOGLE REQUEST FOR panoid */
var
panoramaOptions
=
{
pano
:
'
0yULvdzU1A0AAAQvOixlLg
'
,
pano
:
'
CAoSLEFGMVFpcFBKYVlOTTJBZ3hUS1U2UGd1ZXVoOFBmYk8ySVJzdkVlY0FLUkdn
'
,
pov
:
{
heading
:
390
,
pitch
:
0
,
zoom
:
1.0
},
visible
:
true
,
};
...
...
@@ -236,7 +236,9 @@ function addEvents(){
function
initTour
(){
//jQuery( document ).ready(function() {
panorama
=
new
google
.
maps
.
StreetViewPanorama
(
document
.
getElementById
(
'
pano
'
),
panoramaOptions
);
panorama
=
new
google
.
maps
.
StreetViewPanorama
(
document
.
getElementById
(
'
pano
'
),
panoramaOptions
);
panoWidth
=
document
.
getElementById
(
'
pano
'
).
offsetWidth
;
panoHeight
=
document
.
getElementById
(
'
pano
'
).
offsetHeight
;
...
...
www/assets/tour/leuven_tour.json
View file @
6961f8d0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment