layername
layername: string
url
url: string
可選index
index?: number
可選isGeoJson
isGeoJson?: boolean
可選maxLevel
maxLevel?: number
可選minLevel
minLevel?: number
可選opacity
opacity?: number
可選pointSetting
pointSetting?: {
allowOverlapping?: boolean;
fadeEffect?: boolean;
fontLabel?: string;
fontTable?: {
[fontLabel: string]: {
font?: string;
fontBorderColor?: `#${string}`;
fontBorderSize?: number;
fontColor?: `#${string}`;
fontSize?: number;
groundLineColor?: `#${string}`;
groundLineWidth?: number;
pullUpY?: number;
pullUpYUnit?: number;
};
};
textLabel?: string;
}
類型宣告
可選allowOverlapping?: boolean
可選fadeEffect?: boolean
可選fontLabel?: string
可選fontTable?: {
[fontLabel: string]: {
font?: string;
fontBorderColor?: `#${string}`;
fontBorderSize?: number;
fontColor?: `#${string}`;
fontSize?: number;
groundLineColor?: `#${string}`;
groundLineWidth?: number;
pullUpY?: number;
pullUpYUnit?: number;
};
}
可選textLabel?: string
可選polygonSetting
polygonSetting?: {
colorLabel?: string;
colorTable?: {
[colorLabel: string]: {
boundaryColor?: `#${string}`;
boundaryWidth?: number;
fillColor?: `#${string}`;
};
};
}
類型宣告
可選colorLabel?: string
可選colorTable?: {
[colorLabel: string]: {
boundaryColor?: `#${string}`;
boundaryWidth?: number;
fillColor?: `#${string}`;
};
}
可選polylineSetting
polylineSetting?: {
colorLabel?: string;
colorTable?: { [colorLabel: string]: { color?: `#${string}` } };
dashScale?: number;
lineWidthScale?: number;
simpleDraw?: boolean;
widthLabel?: number;
}
類型宣告
可選colorLabel?: string
可選colorTable?: { [colorLabel: string]: { color?: `#${string}` } }
可選dashScale?: number
可選lineWidthScale?: number
可選simpleDraw?: boolean
可選widthLabel?: number
可選show
show?: boolean
可選urlTemplate
urlTemplate?: string
可選visibleFactor
visibleFactor?: number
新增VectorTile疊加圖層參數。