replacing tabs with spaces. no functional diffs here.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-03-29 00:38:47 +00:00
parent d46f884201
commit 136a37bf2f
14 changed files with 106 additions and 106 deletions
+6 -6
View File
@@ -126,22 +126,22 @@
<body onload="init()"> <body onload="init()">
<h1 id="title">WMC Example</h1> <h1 id="title">WMC Example</h1>
<div id="tags"> <d v id="tags">
</div> </ iv>
<p id="shortdesc"> <p id="shortdesc">
Shows parsing of Web Map Context documents. Shows parsing of Web Map Context documents.
</p> </ >
<div id="map"></div> <d v id="map"></div>
<button onclick="writeWMC();">write</button> <button onclick="writeWMC();">write</button>
<button onclick="readWMC();">read as new map</button> <button onclick="readWMC();">read as new map</button>
<button onclick="readWMC(true);">read and merge</button> <button onclick="readWMC(true);">read and merge</button>
<textarea id="wmc">paste WMC doc here</textarea> <textarea id="wmc">paste WMC doc here</textarea>
<div id="docs"> <d v id="docs">
This is an example of parsing WMC documents. <br /> This is an example of parsing WMC documents. <br />
The format class has a layerOptions property, which can be used The format class has a layerOptions property, which can be used
to control the default options of the layer when it is created to control the default options of the layer when it is created
by the parser. by the parser.
</div> </ iv>
</body> </body>
</html> </html>