美文网首页
leaflet加载天地图

leaflet加载天地图

作者: 子皙丶 | 来源:发表于2020-06-08 09:14 被阅读0次

    1. 直接加载天地图

    地形图:http://t4.tianditu.gov.cn/DataServer?T=ter_w&x={x}&y={y}&l={z}&tk=key
    街道图:http://t4.tianditu.gov.cn/DataServer?T=vec_w&x={x}&y={y}&l={z}&tk=key
    影像图:http://t4.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=key
    影像标注:http://t4.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk=key
    地形标注:http://t4.tianditu.gov.cn/DataServer?T=cta_w&x={x}&y={y}&l={z}&tk=key
    矢量标注:http://t4.tianditu.gov.cn/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=key

    key需要去官网申请

    调用加载图层

    L.tileLayer( address ).addTo(map)
    

    2. 通过wmts加载

    试了试网上的方法,感觉不靠谱,等我弄懂了再来补。

    相关文章

      网友评论

          本文标题:leaflet加载天地图

          本文链接:https://www.haomeiwen.com/subject/bjtazhtx.html