OgcStyle interface
OGC WMS 和 WMTS 层样式信息。
属性
id | 样式的标识符。 |
is |
指示样式是否为默认值。 |
legend |
图例图形的 URL。 |
title | 样式的标题。 |
属性详细信息
id
样式的标识符。
id?: string
属性值
string
isDefault
指示样式是否为默认值。
isDefault?: boolean
属性值
boolean
legendUrl
图例图形的 URL。
legendUrl?: string
属性值
string
title
样式的标题。
title?: string
属性值
string