Newer
Older
KaiFengH5 / public / static / libs / mapbox / style / floodOneMap.json
@zhangdeliang zhangdeliang on 24 May 3 KB 项目初始化
{
  "params": {
    "basemap": "https://supermap2.wh-nf.cn:8090/bm",
    "mvt": "https://supermap0.wh-nf.cn:8090/vt",
    "sprites": ["static/libs/mapbox/style/sprite/sprite4x"],
    "init": {
      "center": [114.34213907878755, 30.56152916696572],
      "zoom": 13.6,
      "pitch": 55,
      "style": "/static/libs/mapbox/style/customs/night-style.json"
    },
    "l7": {
      "images": [
        {
          "name": "02",
          "url": "https://gw.alipayobjects.com/zos/bmw-prod/ce83fc30-701f-415b-9750-4b146f4b3dd6.svg"
        },
        {
          "name": "map_selected",
          "url": "/static/libs/mapbox/style/sprite/map_selected.png"
        }
      ]
    }
  },
  "ogc": [
    {
      "id": "newfiber-XYZLayer",
      "type": "XYZLayer",
      "params": {
        "id": "newfiber-XYZLayer",
        "url": "https://t{s}.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=a603e07a17766447f9e74f14c5454efa",
        "subdomains": ["0", "1", "2", "3", "4", "5", "6", "7"],
        "minZoom": 1,
        "maxZoom": 19,
        "tileType": ""
      },
      "methods": [
        {
          "name": "addTo",
          "params": ["''||map"]
        },
        {
          "name": "hide",
          "params": []
        }
      ]
    }
  ],
  "l7": [
    {
      "id": "",
      "key": "highlight_point",
      "type": "PointLayer",
      "show": true,
      "params": {
        "zIndex": 0,
        "blend": "additive"
      },
      "methods": [
        {
          "name": "shape",
          "params": ["map_selected"]
        },
        {
          "name": "size",
          "params": [15]
        },
        {
          "name": "style",
          "params": [
            {
              "offsets": [0, 0]
            }
          ]
        }
      ]
    }
  ],
  "mapbox": [
    {
      "id": "point",
      "key": "point",
      "type": "symbol",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": ["in", "type", "", "online", "error", "offline", "lowVoltage", "to_punch", "punched"],
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "rgba(255,0,0,1)",
        "text-halo-width": 1,
        "text-halo-blur": 1
      },
      "layout": {
        "icon-image": [
          "match",
          ["get", "type"],
          "online",
          "online",
          "offline",
          "offline",
          "error",
          "error",
          "lowVoltage",
          "lowVoltage",
          "punched",
          "punched",
          "to_punch",
          "to_punch",
          "huang"
        ],
        "text-allow-overlap": true,
        "icon-allow-overlap": true,
        "icon-anchor": "center",
        "icon-size": 0.8,
        "text-field": "{name}",
        "text-font": ["KlokanTech Noto Sans Regular"],
        "text-size": 16,
        "text-line-height": 3,
        "text-anchor": "bottom",
        "text-max-width": 50,
        "text-offset": [0, 3]
      },
      "mType": "geojson"
    }
  ],
  "orders": [
    ["newfiber-XYZLayer"],
    ["poi_label"],
    ["place_label_city"],
    ["road_major_label"],
    ["place_label_other"],
    ["point"]
  ],
  "filter": {}
}