摘要: 1. 全局命令行安装 3d-tiles-tools 可参考官方说明:https://github.com/CesiumGS/3d-tiles-tools 2. 执行命令压缩文件 使用命令行压缩3dtiles文件夹,压缩后的文件 -f 表示强制替换文件 -t 表示只压缩 b3dm等数据文件,json文 阅读全文
posted @ 2026-04-23 18:12 googlegis 阅读(8) 评论(0) 推荐(0)
摘要: 1. 硬件支持 由于电脑硬件以及浏览器如chrome加载数据的瓶颈问题,所以电脑硬件的配置当然是越高越好。CPU、内存、GPU性能高的电脑要比性能低的好。 对于Window电脑需要确认浏览器已经使用了高性能显卡支持。主要配置有: l 浏览器chrome l Windows显示设置 2. 网络支持 因 阅读全文
posted @ 2026-04-23 18:10 googlegis 阅读(10) 评论(0) 推荐(0)
摘要: The errors "Bad owner or permissions on /var/lib/jenkins/.ssh/config" and "fatal: Could not read from remote repository" indicate an issue with the pe 阅读全文
posted @ 2026-02-04 09:23 googlegis 阅读(7) 评论(0) 推荐(0)
摘要: 查看容器 docker ps -a 使用 docker rmi id 删除 查看镜像 docker images 使用 docker rmi id 删除 阅读全文
posted @ 2026-01-29 13:19 googlegis 阅读(7) 评论(0) 推荐(0)
摘要: 此内容综合网络查询,仅供参考 一. docker 安装 gitlab-ee 1. 执行安装脚本 docker run -d --name gitlabee \ --restart always \ --privileged \ -e GITLAB_SKIP_UNMIGRATED_DATA_CHECK 阅读全文
posted @ 2026-01-28 18:04 googlegis 阅读(43) 评论(0) 推荐(0)
摘要: 在 Ubuntu 上安装 Docker,通常建议使用 Docker 官方的 APT 存储库,通过更新软件索引、安装必要依赖、添加 GPG 密钥和 Stable 存储库,最后用 apt-get 安装 docker-ce。安装后通常需要设置非 root 用户权限并运行 hello-world 镜像验证。 阅读全文
posted @ 2026-01-27 21:30 googlegis 阅读(14) 评论(0) 推荐(0)
摘要: npm install cesium --registry https://registry.npmmirror.com npx vitepress init --registry https://registry.npmmirror.com 阅读全文
posted @ 2026-01-14 11:25 googlegis 阅读(45) 评论(0) 推荐(0)
摘要: const getHeight = (lng: any, lat: any) => { var positions = Cesium.Cartographic.fromDegrees(lng, lat); let promise = Cesium.sampleTerrainMostDetailed( 阅读全文
posted @ 2025-06-10 16:13 googlegis 阅读(120) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-06-10 15:50 googlegis 阅读(22) 评论(0) 推荐(0)
摘要: 问题: 3dmax导出fbx,此fbx文件导入blender中,再由blender导出成glb模型,该glb模型放入cesium中贴图颜色颜色暗沉无光,试了各种办法(泛光、时差、多光源、唯一光)效果均不明显。 原因: 发现,转格式过程中不知道哪一环出错,会导致模型材质一个叫metallicFacto 阅读全文
posted @ 2025-03-31 16:15 googlegis 阅读(584) 评论(0) 推荐(0)

坐标合肥,非典型GIS开发人员 GitHub