Skip to content

Commit

Permalink
Fix arcgis url param bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyer committed Feb 7, 2023
1 parent aaaefd7 commit 3ff919b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion system/application/views/scalar-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* echo '</p>';
*/
?>
2.6.5
2.6.6
Original file line number Diff line number Diff line change
Expand Up @@ -5536,8 +5536,8 @@ function YouTubeGetID(url){
ht = a[1].split(',');
properties.camera = {
position: {
latitude: pos[0],
longitude: pos[1],
longitude: pos[0],
latitude: pos[1],
z: pos[2]
},
heading: ht[0],
Expand All @@ -5550,12 +5550,6 @@ function YouTubeGetID(url){
}
me.camera = new Camera();
me.sceneView = new SceneView(properties);
/*view.when(function() {
var slides = scene.presentation.slides;
slides.forEach(function(slide, i) {
console.log(slide.title.text);
});
});*/
});
this.parentView.removeLoadingMessage();
}
Expand Down

0 comments on commit 3ff919b

Please sign in to comment.