Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILCanvasLayerOptions

Hierarchy

Index

Properties

attribution?: string
debugShowPerformance?: boolean

是否开启调试模式下的信息显示。如果为false,即使处于调试模式也不会显示相关调试信息。默认为false。

memberof

ILGeoJSONLayerOptions

ignoreRetina?: boolean

是否忽视全局的retina配置,retina生效需要全局配置启用,加上这里不设置或者设置为false,加上图层本身支持

loop?: boolean

是否开启不间断渲染,默认为false。只有在

mask?: string | GeoJsonObject

掩膜边界。可以是一个GeoJSON的多边形对象集合,也可以是保存这个集合的资源ID

memberof

ILCanvasLayerOptions

maskType?: "all" | "polygon" | "polyline"

掩膜类型,默认是polygon

name?: string

图层名称,默认为系统唯一id

memberof

ILCanvasLayerOptions

pane?: string

Generated using TypeDoc