zoukankan      html  css  js  c++  java
  • github中cesium-terrain-builder和cesium-terrain-server使用

    cesium-terrain-builder的使用:

      这个是用来把含有高程数据的tif图片切片成.terrain的小文件,是给cesium-terrain-server提供服务的。

      cesium-terrain-builder得用cmake编译。

      在liunx下

      首先得安装了gdal,并且配置gdal到.bashrc下

      1、cmake CMakeLists.txt 文件。

      2、make install

    cesium-terrain-server的使用:

      这个插件的目的就是下载一个docker镜像到本地。

      所以建议直接使用 https://hub.docker.com/r/geodata/cesium-terrain-server/ 中的指导进行。

      如果你比较懂go,也可以使用下载的git中的go进行编译,运行。

  • 相关阅读:
    iOS基础
    iOS基础
    iOS基础
    iOS基础
    iOS基础
    iOS基础
    iOS基础
    简单DP + 高精
    高精度计算
    树 (tree)
  • 原文地址:https://www.cnblogs.com/wang985850293/p/5809295.html
Copyright © 2011-2022 走看看