Skip to content

Commit 928fe51

Browse files
author
bdcoder2
authored
Add files via upload
1 parent c83f651 commit 928fe51

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

v180/ex2/index.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
}
4545

4646
section {
47-
margin: 6px 0;
48-
padding: 12px;
47+
margin: 0;
48+
padding: 6px;
4949
}
5050

5151
ul {
@@ -80,16 +80,17 @@
8080
padding: 6px;
8181
}
8282

83+
.mzl_div {
84+
margin: 0;
85+
padding: 6px;
86+
text-align:center;
87+
}
88+
8389
.opt_div {
8490
margin:0;
8591
padding:6px;
8692
text-align:center;
8793
}
88-
89-
.stats_div {
90-
margin: 12px 0 0 0;
91-
padding: 0;
92-
}
9394
</style>
9495
</head>
9596
<body>
@@ -225,16 +226,19 @@
225226
</div>
226227
<div class="flex_div_right">
227228
<div class="map_viewport" id="mvp"></div>
229+
<div class="mzl_div">
230+
<b>Map Zoom Level</b>: <span id="mzl" style="margin: 0 20px 0 0;"></span>
231+
</div>
232+
<section>
233+
<b>Time to redraw tiles:</b> <span id="ts5"></span>
234+
</section>
228235
<section>
229-
Map Zoom Level: <span id="mzl" style="margin: 0 20px 0 0;"></span> Time to redraw tiles: <span id="ts5"></span>
230-
<div class="stats_div">
231236
<b>Initialization Statistics:</b>
232237
<ul>
233238
<li>Data points created: <span id="ts0"></span></li>
234239
<li>Time to create data points: <span id="ts1"></span></li>
235240
<li>Time to create cluster object AND load data: <span id="ts2"></span></li>
236241
</ul>
237-
</div>
238242
</section>
239243
<section>
240244
<b>Notes:</b>

0 commit comments

Comments
 (0)