hc27080401 / PostGIS-Dynamic-Vector-Tile

Node + PostGIS 动态矢量切片服务(Node + PostGIS dynamic vector tile service)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostGIS-Dynamic-Vector-Tile

Node + PostGIS 动态矢量切片服务 | Node + PostGIS dynamic vector tile service

基于 Node + PostGIS 实现地图数据的动态矢量切片服务。

项目目录结构如下:

|-- bin
    |-- www
|-- model
    |-- pgConfig.js // 数据库配置文件
    |-- spatial.js // 矢量切片业务逻辑
|-- public
    |-- images
    |-- javascripts
    |-- stylesheets
|-- routes
    |-- index.js // 路由
|-- views
    |-- error.pug
    |-- index.pug
    |-- layout.pug
|-- app.js
|-- package.json
|-- README.md

About

Node + PostGIS 动态矢量切片服务(Node + PostGIS dynamic vector tile service)


Languages

Language:JavaScript 85.6%Language:Pug 12.9%Language:CSS 1.5%