https://github.com/atlasdatatech/tiler
一款极速瓦片地图下载器,支持mapbox矢量瓦片下载。支持谷歌影像、百度地图、高德、天地图、四维、OSM等瓦片地图下载,离线地图soeasy。
https://github.com/atlasdatatech/tiler
baidumap downloader gaodemap golang google-satlite mapbox offline-maps vector-tiles
Last synced: 3 months ago
JSON representation
一款极速瓦片地图下载器,支持mapbox矢量瓦片下载。支持谷歌影像、百度地图、高德、天地图、四维、OSM等瓦片地图下载,离线地图soeasy。
- Host: GitHub
- URL: https://github.com/atlasdatatech/tiler
- Owner: atlasdatatech
- Created: 2018-12-13T17:18:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T05:15:30.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T06:23:00.341Z (almost 2 years ago)
- Topics: baidumap, downloader, gaodemap, golang, google-satlite, mapbox, offline-maps, vector-tiles
- Language: Go
- Homepage:
- Size: 202 KB
- Stars: 220
- Watchers: 1
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README-EN.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# Tiler - map tiles downloader
A well-polished tile downloader
Tiler is a fast map downloading framework that supports Google, Baidu, Gaode, Tiantu, Mapbox, OSM, Siwei, Yitutong, etc.
- Support multi-task and multi-thread configuration, can be set arbitrarily
- Support different download ranges at different levels to speed up downloads
- Support precise download of contours and contour cutting
- Support vector tile data download
- Support file and MBTILES two storage methods
- Support custom tile address
## How to use
1. Download the source code and compile it yourself on the corresponding platform
2. Directly release the release page, download the pre-compiled program for the corresponding platform
Refer to the example url in the configuration file and change it to the address of the map you want to download, then start the download task~
> For example: url = "http://mt0.google.com/vt/lyrs=s&x={x}&y={y}&z={z}", the xyz of the tile in the address uses {x}{y} {z} instead, the others remain unchanged.