four tabs for spaces
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6497 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>OpenLayers Layer Load Monitoring Example</title>
|
||||
<title>OpenLayers Layer Load Monitoring Example</title>
|
||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
|
||||
<style type="text/css">
|
||||
#map {
|
||||
@@ -9,11 +9,11 @@
|
||||
border: 1px solid black;
|
||||
}
|
||||
#controls {
|
||||
float: left;
|
||||
text-align: right;
|
||||
float: left;
|
||||
text-align: right;
|
||||
}
|
||||
#eventsLogID {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
width: 350px;
|
||||
height: 475px;
|
||||
overflow: auto;
|
||||
@@ -109,22 +109,22 @@
|
||||
</script>
|
||||
</head>
|
||||
<body onload="init()">
|
||||
<h1 id="title">Layer Load Monitoring Example</h1>
|
||||
<h1 id="title">Layer Load Monitoring Example</h1>
|
||||
|
||||
<div id="tags"></div>
|
||||
<div id="tags"></div>
|
||||
|
||||
<p id="shortdesc">
|
||||
Demonstrate a method for monitoring tile loading performance.
|
||||
</p>
|
||||
<p id="shortdesc">
|
||||
Demonstrate a method for monitoring tile loading performance.
|
||||
</p>
|
||||
|
||||
<div id="map" style="float:left;"></div>
|
||||
|
||||
<div id="controls">
|
||||
<div id="controls">
|
||||
<div id="eventsLogID">
|
||||
<b>Events Log:</b>
|
||||
</div>
|
||||
|
||||
<input type="button" value="Clear" onclick="clearLog()"/>
|
||||
<input type="button" value="Clear" onclick="clearLog()"/>
|
||||
</div>
|
||||
|
||||
<div id="docs">
|
||||
|
||||
Reference in New Issue
Block a user