• 部分地图瓦片数据源整理


    地图数据源示例链接:https://deyihu.github.io/src/maptalks-tileLayercollection/examples/?tdsourcetag=s_pcqq_aiomsg

    数据源地址:http://openwhatevermap.xyz/#3/-2.63/30.59

    mapbox-gl token:pk.eyJ1IjoibHp4dWUiLCJhIjoiYnhfTURyRSJ9.Ugm314vAKPHBzcPmY1p4KQ
    百度地图token: 1XjLLEhZhQNUzd93EjU5nOGQ
    高德地图token: 6cb85da518029607d421917b7ddeb94a
    天地图token: fb1bfb9e06cd7681813a42f4c934e1ea

    腾讯卫星影像数据源:
    url: //p1.map.gtimg.com/sateTiles/{z}/{m}/{n}/{x}_{y}.jpg?version=228
    tileSize: 2048

    google数据源:
    影像含标注(已失效):http://mt2.google.cn/vt/lyrs=y&scale=2&hl=zh-CN&gl=cn&x=6891&y=3040&z=13
    影像无标注(已失效):http://mt2.google.cn/vt/lyrs=s&scale=2&hl=zh-CN&gl=cn&x=6891&y=3040&z=13
    街道图(已失效):http://mt2.google.cn/vt/lyrs=m&scale=2&hl=zh-CN&gl=cn&x={0}&y={1}&z={2}
    lys参数可选值包括:h(街道图)、m(街道图)、p(街道图)、r(街道图)、s(影像无注记)、y(影像含注记)、t(地形图)

    参考:https://map.bmcx.com/guangdongsheng__map/

    openstreetmap数据源:
    街道图-正常颜色: 
    https://c.tile.openstreetmap.org/{z}/{x}/{y}.png
    http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
    街道图-淡紫色: 
    https://tile-b.openstreetmap.fr/hot/{z}/{x}/{y}.png

    高德数据源:
    矢量图(含路网、含注记): http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7
    矢量图(含路网,不含注记): http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=7
    影像底图(不含路网,不含注记):http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=6
    影像底图(不含路网、不含注记):http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=6
    影像路图(含路网,含注记):http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=8
    影像路网(含路网,不含注记):http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8

    arcgis数据源:
    街道图-正常颜色-栅格:https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}
    街道图-灰色-栅格:https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}
    街道图-深蓝夜色-栅格:https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}

    mapbox数据源:
    建筑图:(国内数据略陈旧)https://b.tiles.mapbox.com/v3/osmbuildings.kbpalbpk/{z}/{x}/{y}.png
    黑色底图:https://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
    卫星图:https://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.png?access_token=
    街道图:https://a.tiles.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}.png?access_token=
    带区划黑底:https://a.tiles.mapbox.com/v4/mapbox.dark/{z}/{x}/{y}.png?access_token=
     

  • 相关阅读:
    Ubuntu 20.04 安装NVIDIA显卡驱动+cuda 11.7+cudnn
    Linux安装MySQL服务8.0.11版本
    Linux:进程概念的引入和理解
    单片机课程设计(Integrate就医服务平台/医院信息化平台)
    Linux之DNS域名解析服务
    MybatisPlus 4 DML 编程控制 4.3 逻辑删除
    Python高级篇(07):迭代器
    Java高级篇-----jdk1.8新特性
    怎么把数据有序存入map
    Python 列表操作指南3
  • 原文地址:https://blog.csdn.net/samLi0620/article/details/127657610