-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·162 lines (139 loc) · 6.72 KB
/
index.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>OpenIndoor</title>
<base href="https://open-indoor.github.io/">
<script src="https://unpkg.com/split.js/dist/split.min.js"></script>
<style>
html {
font-family: 'Roboto Mono', monospace;
margin: 0;
padding: 0;
height: 100%;
border: none
}
body {
font-size: 16px;
color: #bbb;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #222;
}
h1 {
color: #049EF4;
}
a {
font-size: 16px;
}
a:link,
a:visited,
a:active {
color: #bbb;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #049EF4;
background-color: transparent;
text-decoration: none;
}
/* .split {
display: flex;
flex-direction: row;
}
.gutter {
background-color: #eee;
background-repeat: no-repeat;
background-position: 50%;
}
.gutter.gutter-horizontal {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
cursor: col-resize;
} */
.main {
height: 100%;
display: flex;
flex-direction: row;
}
/* .child {
background-color: lightgrey;
} */
#pluginlist {
color: #999;
/* background-color: #000; */
height: 100%;
}
#pluginview {
background-color: #333;
height: 100%;
width: 100%;
}
.gutter {
width: 10px;
background-color: #000;
background-repeat: no-repeat;
background-position: 50%;
}
.gutter.gutter-horizontal {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
cursor: col-resize;
}
</style>
</head>
<body>
<div class="main">
<div id="pluginlist" class="child">
<h1>OpenIndoor</h1>
<h2>examples</h2>
<!-- <p><a href="examples/mapbox-gl-indoor.html" target="iframe_example">mapbox-gl-indoor</a></p>
<p><a href="examples/mapboxium.html" target="iframe_example">mapboxium</a></p> -->
<p><a href="examples/maplibre-gl-raster.html" target="iframe_example">OpenStreetMap tiles</a></p>
<p><a href="examples/maplibre-gl-geocoder.html" target="iframe_example">Nominatim search</a></p>
<p><a href="examples/maplibre-indoor.html" target="iframe_example">Indoor view</a></p>
<p><a href="examples/maplibre-indoor-shape-building.html" target="iframe_example">Indoor and levels</a></p>
<p><a href="examples/maplibre-indoor-shape-building_multicentro.html " target="iframe_example">Multicentro</a></p>
<!-- <p><a href="examples/mapbox-gl-openindoor.html" target="iframe_example">mapbox-gl-openindoor</a></p> -->
<p>
<a href="examples/oid5-frontend/index.html" target="iframe_example">Building hover</a>
</p>
<p><a href="examples/maplibre-gl-tegola.html" target="iframe_example">OpenIndoor tiles</a></p>
<p><a href="examples/maplibre-immersive.html" target="iframe_example">House visit</a></p>
<p><a href="examples/maplibre-WIPSE.html" target="iframe_example">Office building</a></p>
<!-- <p><a href="examples/maplibre-building-footprint.html" target="iframe_example">Building footprint (debian)</a></p> -->
<p><a href="examples/maplibre-building-footprint-val.html" target="iframe_example">Building footprint (val)</a></p>
<!-- <p><a href="examples/gallery.html" target="iframe_example">Gallery</a></p> -->
<p><a href="examples/art_gallery_V3.html" target="iframe_example">Art gallery</a></p>
<!-- <p><a href="examples/aframe-mapbox-component.html" target="iframe_example">aframe-mapbox-component</a></p> -->
<!-- <p><a href="examples/uratutabaa.html" target="iframe_example">uratutabaa</a></p> -->
<p><a href="examples/VisiteGallery/index.html" target="iframe_example">Art Gallery (aframe)</a></p>
<!-- <p><a href="examples/maplibre-gl-api-mvt.html" target="iframe_example">api-mvt.openindoor.io</a></p> -->
<p><a href="examples/maplibre-gl-rapidapi-header.html" target="iframe_example">API by header</a></p>
<p><a href="examples/maplibre-gl-rapidapi-query.html" target="iframe_example">API by query</a></p>
<p><a href="examples/autocad/index.html" target="iframe_example">AutoCAD import</a></p>
<p><a href="examples/3d/photoSphere3d/index.html" target="iframe_example">PhotoSphere3d</a></p>
<p><a href="examples/camera/camera_movement/index.html" target="iframe_example">Camera movement</a></p>
<p><a href="examples/Rh-colored/site/index.html" target="iframe_example">Rh-colored</a></p>
<p><a href="examples/immersive-camera/index.html" target="iframe_example">Immersive camera</a></p>
<p><a href="examples/immersive-camera_02/index.html" target="iframe_example">Immersive camera 2</a></p>
<p><a href="examples/wft02/index.html" target="_blank">Demo jeux video</a></p>
<p><a href="./examples/floor-animation/index.html" target="iframe_example">Floors' animation</a></p>
<!-- <p><a href="javascript:load_target('examples/maplibre-gl-tegola.html');">maplibre-gl-tegola</a></p>
<p><a href="javascript:load_target('examples/maplibre-immersive.html');">maplibre-immersive</a></p>
<p><a href="javascript:load_target('examples/maplibre-building-footprint.html');">maplibre-building-footprint</a></p> -->
</div>
<div id="pluginview" class="child" name="mainpage">
<iframe src="examples/maplibre-WIPSE.html" name="iframe_example" frameborder="0" style="width:100%;height:100%;"></iframe>
</div>
</div>
<script>
var exploreSplit = Split(['#pluginlist', '#pluginview'], {
sizes: [20, 80]
});
// function load_target(html_page) {
// document.getElementById("pluginview").innerHTML = '<object type="text/html" data="' + html_page + '" ></object>';
// }
</script>
</body>
</html>