-
Notifications
You must be signed in to change notification settings - Fork 3
/
landscapes.xml
68 lines (51 loc) · 4.51 KB
/
landscapes.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<bdpano>
<task name="123123" from_url_host="https://raw.githubusercontent.com/" > <!--name 必填。需与XR平台所提交的任务名称保持一致。from_url_host 必填。为企业官网主页-->
<resource name="resource_122149" title="123123" location="123123" tag="123123" lon="116.46" lat="39.92">
<!--name 必填。为套图的唯一标识。
title 必填。为套图名称,请准确描述该套全景图对应的景点/城市/高校等,可能在全景页上展示。
location 必填。为该外景地点对应的省市区具体地址。
tag 选填。为针对本套图的补充标签或说明。
lon、lat 选填。为该外景所在的经度及纬度。有则更佳,便于匹配具体位置-->
<author name="123123:123123"/>
<!--name 必填。作者信息,需保证真实,不允许出现手机号、网址、微信QQ等敏感信息-->
<layer name="scene_1622769" sid="0" title="123123" from_url="http://127.0.0.1/ " season="春季" time="早上" weather="晴">
<!--layer
name 必填。为场景的唯一标识。
sid 必填。为场景顺序,从0开始
title 必填。为场景标题,标题需与当前场景的内容吻合,不可以以随意的数字或字母等来标记。
season 必填。选项为:春季、夏季、秋季、冬季、其它。选其一。
time 必填。选项:早上、中午、傍晚、夜晚、其它。选其一。
weather 必填。选项:晴、多云、阴、雨、雪、雾、霜、沙尘暴、霾。根据实际情况进行选择
from_url 选填。表示资源来源网站的地址。可能在全景页或其他情况下进行跳转 -->
<thumb url="http://127.0.0.1/xxe_test/pano/scene_1622769/pano.tiles/thumb.jpg"/>
<!--选填:thumb 用来标记缩略图信息-->
<preview url="http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/preview.jpg"/>
<!--选填:preview 用来标记预览图信息-->
<cube url="http://ip.port.6xfs4n.ceye.io/xxe_testpano/scene_1622769/pano.tiles/mobile_%s.jpg"/>
<!-- 方法一 (三种方法选填其一即可)
cube 必填。用来标记全景六方图信息,最少出现0次,最多出现一次,url为六方图地址,前缀为mobile,方图用l,f,r,b,u,d表示左前右后上下” -->
<cube_group>
<front url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_%s.jpg"/>
<back url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_b.jpg"/>
<up url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_u.jpg"/>
<down url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_d.jpg"/>
<left url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_l.jpg"/>
<right url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_r.jpg"/>
</cube_group>
<!-- 方法二 front,back,up,down,left,right 分别代表前、后、上、下、左、右-->
<sphere url = "http://127.0.0.1/xxe_testpano/scene_1622769/pano.tiles/mobile_l.jpg"/>
<!--方法三 sphere 为单张2:1全景图 -->
<hotspot name="hotspot_0" ath="32.6640766319" atv="35.9793462799" url="http://ip.port.6xfs4n.ceye.io/xxe_testpano/scene_1622769/feiting.png" txt="潜水艇" linkedscene="scene_1622768"/>
<!--hotpot 选填。用来标识热点元素
name 为热点元素唯一标识
ath、atv 为热点在球上的坐标, x轴正方向对front,y轴正方向对left,z轴正方向对up,ath取值范围为(-180,180),atv取值范围为(0,180)
linkedscene 为热点元素关联的场景(用于场景切换跳转,建议填写)
url 为热点点击后显示的图片
txt 为热点的文案-->
<default_view ath="32" atv="-35" fov="55"/>
<!--选填,为全景图默认视角-->
</layer>
</resource>
</task>
</bdpano>