StreamLayer Class

StreamLayer(url, options)

基于leaflet的Layer对象进行的拓展

Fx构造函数

# new StreamLayer(url, options)

参数:
名称 类型 属性 默认值 描述
url string

数据流图层服务地址

options Object

设置图层参数

render Object <optional>
'normal'

渲染方式。可选值为'geojson', 'mapv', 'echarts'

作者:
  • 基础平台/创新中心 潘卓然 ParnDeedlit

查看源代码 mapboxgl/overlay/StreamLayer.js, line 10

继承关系

  • L.LayerGroup