Cesium+MapboxGL+VectorTile -2

这里主要讲述 Cesium通过 MapboxGL加载不同服务的情况,分别包括服务部署和发布,以及使用。

Cesium+MapboxGL+VectorTile -1

调用postgis服务

  1. 环境搭建 ,本文基于mac系统来编写
    brew install postgres
    error :Command failed with exit 128: git 
    执行brew -v,可以看到fatal: unsafe repository 。。。设置safe.directory路   
   执行: 
   git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-core
   git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-cask 

brew install postgis
更多安装:Postgre和拓展PostGIS 搭建和配置

  1. 配置postgis, 创建sql语句命令中输入
   –添加支持
   CREATE EXTENSION postgis

你可能感兴趣的:(Cesium,mvt,矢量瓦片)