Skip to content

alvisisme/cordova-plugin-mbtileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Mbtiles Server Plugin

Mbtiles服务插件,通过web服务接口访问mbtiles地图数据。

快速开始

cordova工程安装本插件后, 调用start接口,传入mbtiles文件绝对路径与服务端口

cordova.plugins.MbtileServer.start(filePath, port, success, fail)

成功后即可通过http://localhost:port/z/x/y.png接口访问瓦片地图数据。

注意配置文件读写和网络权限。

如何使用

使用说明

插件接口

接口规范

常见问题

常见问题

本工程搭建过程记录

  1. 安装plugman

    $npm install -g plugman
    $plugman -v platform
    3.0.1
  2. 创建插件

    plugman create --name MbtileServer --plugin_id cordova-plugin-mbtileserver --plugin_version 0.1.0
  3. 添加插件平台

    mv MbtileServer cordova-plugin-mbtileserver
    cd cordova-plugin-mbtileserver
    plugman platform add --platform_name android
  4. 生成package.json

    plugman createpackagejson .
  5. 修改添加必要的参数

参考引用

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published