-
Notifications
You must be signed in to change notification settings - Fork 1
/
bb.xml
32 lines (28 loc) · 1.25 KB
/
bb.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<krpano onstart="loadscene(stpeterssquare,null,MERGE);">
<layer name="map" keep="true"
url="bingmaps.swf" alturl="./plugins/leafletmaps.js"
align="rightbottom" x="0" y="0" width="30%" height="30%"
key="AIzaSyD8zAwIBmvpNHY7oKkGD06qIiZ6OssapuM"
maptype="satellite"
lat="41.90050" lng="12.46705" zoom="14"
>
<spot name="stpeterssquare" active="true"
lat="41.90255" lng="12.45708" heading="64.5"
onclick="loadscene(stpeterssquare,null,MERGE,BLEND(1));activatespot();"
/>
<spot name="fourrivers"
lat="41.89877" lng="12.47311" heading="270.0"
onclick="loadscene(fourrivers,null,MERGE,BLEND(1));activatespot();"
/>
<radar visible="true" zoomwithmap="true" size="50" />
<maptypecontrol visible="true" buttonalign="V" />
</layer>
<scene name="stpeterssquare">
<preview type="grid(cube,64,64,512,0xCCCCCC,0xF6F6F6,0x999999);" />
<view hlookat="80" vlookat="-2" fov="100" />
</scene>
<scene name="fourrivers">
<preview type="grid(cube,64,64,512,0xCCCCCC,0xF6F6F6,0x999999);" />
<view hlookat="-1" vlookat="-4" fov="100" />
</scene>
</krpano>