Coder Social home page Coder Social logo

天地图离线地图下载 about tiler HOT 4 CLOSED

cwy1996 avatar cwy1996 commented on May 16, 2024
天地图离线地图下载

from tiler.

Comments (4)

atlasdatatech avatar atlasdatatech commented on May 16, 2024

天地图公开的token有严格的数据抓取限制,最好个人申请自己的token,适当控制请求频率和瓦片总量,来下载数据,另外企业版免费额度较大,应该够小项目使用

from tiler.

cwy1996 avatar cwy1996 commented on May 16, 2024

请问怎样将默认的谷歌地址改为天地图的呢,这边默认下载是谷歌的,需要设置那些呢

from tiler.

atlasdatatech avatar atlasdatatech commented on May 16, 2024

修改配置文件中的url连接即可
可以通过浏览器的F12查看地图网站的网络请求,然后把请求中的级别和行列号分别用{z},{y},{x}代替就行了。
url = "https://t0.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}&tk=75f0434f240669f4a2df6359275146d2"
image

from tiler.

atlasdatatech avatar atlasdatatech commented on May 16, 2024

当然这个默认地址就可以直接下载,代码中我已经处理了天地图的429限制o( ̄︶ ̄)o

from tiler.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.