elasticmaps:基于node-mapnik和elasticsearch的地图tileserver

时间:2024-05-20 14:28:54
【文件属性】:

文件名称:elasticmaps:基于node-mapnik和elasticsearch的地图tileserver

文件大小:66KB

文件格式:ZIP

更新时间:2024-05-20 14:28:54

JavaScript

弹性贴图 基于node-mapnik和elasticsearch的Node.js地图图块服务器 安装 npm install elasticmaps --save 用法 // This is the most basic example. It assumes elasticsearch // is running on localhost:9200, and that there is an index // named elasticmaps_development which has documents with minimally // an integer `id` and geo_point `location` field var Elasticmaps = require ( "elasticmaps" ) , port = Number ( process .


【文件预览】:
elasticmaps-main
----.jshintrc(59B)
----.gitignore(38B)
----.eslintrc(458B)
----package.json(1KB)
----package-lock.json(174KB)
----.nvmrc(8B)
----index.js(363B)
----.github()
--------workflows()
----examples()
--------server.js(260B)
----README.md(2KB)
----.eslintignore(28B)
----lib()
--------elastic_request.js(11KB)
--------map_generator.js(6KB)
--------assets()
--------tile_cache.js(12KB)
--------elastic_mapper.js(12KB)
--------styles.js(408B)
----config_example.js(168B)
----test()
--------elastic_request.js(5KB)
--------.eslintrc(52B)
--------map_generator.js(2KB)
--------elastic_mapper.js(6KB)
--------lib()
--------styles.js(288B)

网友评论