/**
* 該示例展示了建立不同樣式的 geopoint
*/new()
;[0,
0,0]
;thing
.utils.
dynamicload
('',function()
});// 建立乙個瓦片圖層
create
(.google.cn/vt/lyrs=s&x=&y=&z='})
;// 將瓦片圖新增到底圖圖層中
map.
addlayer
(tilelayer1)
;earthflyto()
;// 建立乙個 thinglayer
create()
;// 將thinglayer新增到地圖中
map.
addlayer
(thinglayer)
;new
thing.widget.button
('圖示(畫素大小)'
,function()
, coordinates:
[116.4052963256836
,39.90654306772361],
renderer:})
; thinglayer.
add(geopoint)
;// 將乙個點加到thinglayer中
}else})
;new
thing.widget.button
('調整軸心點'
,function()
else}}
);newthing.widget.button
('圖示(近大遠小)'
,function()
, coordinates:
[116.39167070388794
,39.89878996608077],
renderer:})
; thinglayer.
add(geopoint)
;// 將乙個點加到thinglayer中
}else})
;new
thing.widget.button
('符號(畫素大小)'
,function()
, coordinates:
[116.38353824615479
,39.903308600125236],
renderer:})
; thinglayer.
add(geopoint)
;// 將乙個點加到thinglayer中
}else})
;new
thing.widget.button
('符號(近大遠小)'
,function()
, coordinates:
[116.39587640762329
,39.90353082034139],
renderer:})
; thinglayer.
add(geopoint)
;// 將乙個點加到thinglayer中
}else})
;new
thing.widget.button
('模型'
,function()
, coordinates:
[116.38434827327728
,39.90610070362458],
modelangle:90,
// 模型旋轉角度
renderer:})
; thinglayer.
add(geopoint)
;// 將乙個點加到thinglayer中
}else})
;});
官方示例之地球模組七 建立GeoLine
該示例展示了建立不同樣式的 geoline new 0,0,0 thing utils.dynamicload function 建立乙個瓦片圖層 新增到地圖中 create google.cn vt lyrs s x y z style map.addlayer tilelayer1 earthf...
官方示例之地球模組八 建立GeoODLine
該示例展示了建立不同樣式的 geoodline new 0,0,0 thing utils.dynamicload function 建立乙個瓦片圖層 新增到地圖中 create google.cn vt lyrs s x y z style map.addlayer tilelayer1 攝像機飛...
github guide官方入門示例
老外的文件還是清晰明了,學會看英文教程,事半功倍。多人協作,版本控制是github的最基本功能。學會以下功能 1.建立repositories 很容易,直接在github上建立。2.建立branch 很容易,直接在branch欄建立。3.commit 編輯完檔案,提交,沒啥好說。4.建立pull r...