Class: BuildingOverlay

ov.Widget. BuildingOverlay

new ov.Widget.BuildingOverlay(param)

common/PilotGaea-Widget.js, line 9465

BuildingOverlay,需加入material-icons.css
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
或參照Google Fonts Material Icons Guide設置離線版本。
https://developers.google.com/fonts/docs/material_icons

Name Type Description
param Object

參數。

Name Type Default Description
view ov.TerrainView

圖台物件。

options Array optional

圖層選項清單

Name Type Description
text String

圖層名稱

value Object

addTerrainWMTSOverlay的參數

buildingLayer Object optional

建物圖層

Name Type Description
name String

建物圖層名稱

urlTemplate String "" optional

網址字串模板,可給代理如PROXY_URL/{URL}。

See:

Methods

OnAddedOverlay(layers, isAdd)

common/PilotGaea-Widget.js, line 9644

套疊圖層變化時觸發

Name Type Description
layers Object

套疊圖層的圖層

isAdd bool

套疊時為true解除套疊時為false

OnBuildingNotFound(buildingLayer)

common/PilotGaea-Widget.js, line 9620

當找不到建物時觸發

Name Type Description
buildingLayer Object

建物圖層

Name Type Description
name name

建物圖層名稱

OnOverlayNotFound(overlayInfo)

common/PilotGaea-Widget.js, line 9628
  • 當找不到Overlay時觸發
Name Type Description
overlayInfo Object

overlay資訊