MCPcopy Index your code
hub / github.com/atlasdatatech/tiler

github.com/atlasdatatech/tiler @v0.1.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.4 ↗ · + Follow
40 symbols 87 edges 5 files 22 documented · 55%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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.

Core symbols most depended-on inside this repo

Bound
called by 2
task.go
insertTiles
called by 2
main.go
saveToMBTile
called by 1
utils.go
saveToFiles
called by 1
utils.go
optimizeConnection
called by 1
utils.go
loadFeature
called by 1
utils.go
loadCollection
called by 1
utils.go
NewTask
called by 1
task.go

Shape

Function 19
Method 14
Struct 7

Languages

Go100%

Modules by API surface

task.go14 symbols
utils.go10 symbols
main.go8 symbols
tile.go4 symbols
map.go4 symbols

For agents

$ claude mcp add tiler \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact