cesium 建筑物加载(带高度)

1.加载建筑物

var promise=Cesium.GeoJsonDataSource.load('static/qunee/json/huangpuqu.json');
                promise.then(function(dataSource) {
                    self.$viewer.dataSources.add(dataSource);
                    var entities = dataSource.entities.values;
                    var colorHash = {};
                    for (var i = 0; i < entities.length; i++) {
                        var entity = entities[i];
                        var color =  Cesium.Color.RED.withAlpha(0.2);
                        entity.polygon.outlineColor=Cesium.Color.fromCssColorString('rgb(228,250,255)').withAlpha(0.7),
                        entity.polygon.material = color;
                        entity.polygon.outline = true;
                        entity.polygon.extrudedHeight =entity.properties.Floor._value*10;
                        entity.description="<div>"+entity.name+"</div>"
                    }
                })
                self.$viewer.flyTo(promise);

2.json数据格式

{"type":"FeatureCollection", "features": [
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4853406658038,31.247058287445054],[121.4852114601025,31.247076242618622],[121.48515766035248,31.246663496976442],[121.48528686519148,31.24665471027884],[121.4853406658038,31.247058287445054]]]},"properties":{"Name":"德欣面馆","Floor":"3"}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.47433148624742,31.193284594140593],[121.47437454585763,31.193293888732274],[121.47441760314949,31.193330703415207],[121.47444989535822,31.193367487788922],[121.47446065576591,31.19342255819529],[121.4744498890723,31.19344087455375],[121.4744391215954,31.193468364251146],[121.47440682232205,31.193514139974507],[121.47436375953929,31.193541538718378],[121.47433146345989,31.19355062112739],[121.47428840231676,31.19355967325554],[121.47425610786017,31.19355040904155],[121.47422381342561,31.193541144844726],[121.47418075552352,31.19351350371729],[121.47416999203642,31.193495126768212],[121.47414846428381,31.193467546206442],[121.47413770158995,31.19343999591326],[121.47413770394746,31.1934124758826],[121.47413770630497,31.193384955844536],[121.47414847371384,31.19335746606902],[121.47415924033928,31.193339149639897],[121.47418077202583,31.19332086348544],[121.47423459971343,31.193293494832627],[121.47427766080735,31.1932844426407],[121.47430995606409,31.193284533534648],[121.47433148624742,31.193284594140593]]]},"properties":{"Name":"","Floor":"5"}}
]}
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值