Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILAxisLayerOptions

Hierarchy

Index

Properties

attribution?: string
axisOptions?: IBorderAxisOptions

坐标轴样式配置 在该图层中,不支持的配置有: clip和drawCopy属性,会自动设置为false padding配置,会自动设置为0

debugShowPerformance?: boolean

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

memberof

ILGeoJSONLayerOptions

fixedMode?: "geo" | "screen"

固定模式,默认是screen geo表示经纬度固定,通常用于在地图的指定范围绘制经纬度边框, 当axisOptions中的sourceLt和sourceRb均设置正确的经纬度时才生效,否则即值为geo,也会自动调整为screen模式。 screen表示屏幕坐标固定,通常用于在屏幕指定区域内绘制经纬度边框, 如果axisOptions中的sourceLt和sourceRb没有设置时,默认分别为[0,0]和[map.width,map.height],即绘制全屏的经纬度边框

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