# tile-loader
**Repository Path**: zhli0720/tile-loader
## Basic Information
- **Project Name**: tile-loader
- **Description**: 地图瓦片下载器,支持百度地图、高德地图、谷歌地图瓦片下载;另有百度地图、高德地图、谷歌地图API离线版
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 17
- **Created**: 2020-09-23
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 地图瓦片下载器
支持百度、高德、谷歌地图的瓦片下载,内置三大厂家的js离线api
直接启动,默认访问路径:[http://localhost:10080/tile-loader/index](http://localhost:10080/tile-loader/index)
三大厂商的离线版本,访问地址分别为:
百度:[http://localhost:10080/tile-loader/bmap/index.html](http://localhost:10080/tile-loader/bmap/index.html)
高德:[http://localhost:10080/tile-loader/amap/index.html](http://localhost:10080/tile-loader/amap/index.html)
谷歌:[http://localhost:10080/tile-loader/gmap/index.html](http://localhost:10080/tile-loader/gmap/index.html)
利用jxbrower实现基于web的客户端