码迷,mamicode.com
首页 > 其他好文 > 详细

【GIS】Cesium回到初始位置

时间:2018-09-27 22:13:24      阅读:526      评论:0      收藏:0      [点我收藏+]

标签:model   初始   ati   func   nbsp   over   man   com   inf   

// Override behavior of home button
viewer.homeButton.viewModel.command.beforeExecute.addEventListener(function(commandInfo) {
    // Fly to custom position
    viewer.camera.flyToBoundingSphere(boundingSphere);

    // Tell the home button not to do anything
    commandInfo.cancel = true;
});

// Set custom initial position
viewer.camera.flyToBoundingSphere(boundingSphere, {duration: 0});

【GIS】Cesium回到初始位置

标签:model   初始   ati   func   nbsp   over   man   com   inf   

原文地址:https://www.cnblogs.com/defineconst/p/9715464.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!