node-pgtiles:矢量切片的 PostgreSQL 模式。 从 Mapbox mbtiles 和 CartoDB postgresql 扩展建模

时间:2024-07-05 14:36:46
【文件属性】:

文件名称:node-pgtiles:矢量切片的 PostgreSQL 模式。 从 Mapbox mbtiles 和 CartoDB postgresql 扩展建模

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-05 14:36:46

JavaScript

node-pgtiles 矢量切片的 PostgreSQL 模式。 从 Mapbox 和 CartoDB 建模 依赖关系 安装 $ npm install pgtiles 用 var pgtiles = require ( 'pgtiles' ) ; var connectionString = 'postgres://username:password@host:dbname/5432' ; var tileSchema = pgtiles ( connectionString ) ; // Add the table schema and functions to the designated PostgreSQL database tileSchema . create ( function ( err , result ) { if ( err ) { // han


【文件预览】:
node-pgtiles-master
----.gitignore(37B)
----README.md(1KB)
----test()
--------readSql.js(1KB)
--------fixtures()
--------pgtiles.js(4KB)
----package.json(795B)
----sql()
--------createFunctions.sql(8KB)
--------dropSchema.sql(710B)
--------dropFunctions.sql(977B)
--------createSchema.sql(2KB)
----index.js(1KB)
----lib()
--------readSql.js(897B)
--------rollback.js(443B)
--------create.js(451B)

网友评论