Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-laoyu committed Apr 26, 2017
1 parent 479c9b5 commit 9ec37d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MapTileGenerator
支持TMS、WMTS标准瓦片下载,支持百度地图瓦片、天地图、ArcGIS Rest、geoserver等瓦片下载。默认以png文件方式保存瓦片,也支持以sqlite([mbtiles格式](https://github.com/mapbox/mbtiles-spec))保存瓦片。

##使用说明:
## 使用说明:
设置mapConfig.json,根据配置项请求瓦片,支持多线程方式。下载失败的瓦片用sqlite数据库保存在{savePath}\fails.db,下次启动程序时会重新下载失败瓦片。程序运行中途退出时,下次启动程序将会从上次退出的进度继续下载。

### geoserver wms瓦片下载配置
Expand Down

0 comments on commit 9ec37d8

Please sign in to comment.