fix:更换凌源模型并适当调整

This commit is contained in:
shijing 2024-04-24 16:52:20 +08:00
parent f6c3cf410e
commit 838e71ad98
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -504,7 +504,7 @@ export default {
position,
hpr
);
var modelScale = 40; //
var modelScale = 44; //
var modelEntity = viewer.entities.add({
name: "photon",
position: position,
@ -707,7 +707,7 @@ export default {
let imgUrl = that.getItemIcon(item.cate_code);
let lon = parseFloat(item.coordinates.longitude);
let lat = parseFloat(item.coordinates.latitude);
let height = parseInt(item.coordinates.height);
let height = parseInt(item.coordinates.height) + 5;
let arrs = {
name: item.name,
lon: lon,