# light-mbtiles-server **Repository Path**: wincpt/light-mbtiles-server ## Basic Information - **Project Name**: light-mbtiles-server - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-09 - **Last Updated**: 2023-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # light-mbtiles-server 一个极其轻量的,MBTiles矢量&栅格瓦片地图数据发布服务器,支持pbf、jpg/jpeg、png格式瓦片。并且提供北京市矢量数据,中国4-10级影像数据,全球影像数据的mbtiles格式下载。 #### **load data** 下载地图和影像数据后放置在mbtiles文件夹下,数据下载地址:| you should downloaded the map and image data are placed under the mbtiles folder, download address: #### 1.china4-10-satelite.mbtiles: 链接:https://pan.baidu.com/s/1gplCpjPyNZjwOM_UeqjA3Q #### 2.2017-07-03_china_beijing.mbtiles: 链接:https://pan.baidu.com/s/1PMiym_LVgXaCoU2j0Rs9Qw #### 3.natural_earth_2.raster.mbtiles 链接:https://pan.baidu.com/s/1XfBgxrHU12Xe0iHv86yLXQ #### 提取码均为: gisd #### **install** ``` npm install ``` #### **start** ``` npm run start ```