zoukankan      html  css  js  c++  java
  • 高德WMTS规则

    新版

    http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7和

    前者是高德的新版地址,后者是老版地址。

    • lang可以通过zh_cn设置中文,en设置英文
    • size基本无作用
    • scl设置标注还是底图,scl=1代表注记
    • scl=2代表底图(矢量或者影像)
    • style设置影像和路网,6为影像图,7为矢量路网,8为影像路网

    组合列表

    • 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 为影像路网(含路网,不含注记)

    旧版

    http://webst0{1-4}.is.autonavi.com/appmaptile?style=7&x={x}&y={y}&z={z}

    style设置影像、矢量、路网,6为影像图,7为矢量路网,8为影像路网。

    组合列表

    • http://webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z} 为影像底图(不含路网,不含注记)
    • http://webst0{1-4}.is.autonavi.com/appmaptile?style=7&x={x}&y={y}&z={z} 为矢量地图(含路网,含注记)
    • http://webst0{1-4}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z} 为影像路网(含路网,含注记)
  • 相关阅读:
    平生事,此时凝睇,谁会凭栏意!(3)
    平生事,此时凝睇,谁会凭栏意!(1)
    三十功名尘与土,八千里路云和月
    平生事,此时凝睇,谁会凭栏意!(4)
    WinCVS中文版及中文使用手册
    修改已经打开的对话框的浏览路径
    平生事,此时凝睇,谁会凭栏意!(5)
    php引用文件的方法
    php性能测试工具xhprof的安装
    【php数组函数序列】之array_count_values()
  • 原文地址:https://www.cnblogs.com/nodegis/p/11206642.html
Copyright © 2011-2022 走看看