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
+9 -9
View File
@@ -124,24 +124,24 @@
</script>
</head>
<body onload="init()">
<h1 id="title">WMC Example</h1>
<h1 id="title">WMC Example</h1>
<div id="tags">
</div>
<p id="shortdesc">
Shows parsing of Web Map Context documents.
</p>
<div id="map"></div>
<d v id="tags">
</ iv>
<p id="shortdesc">
Shows parsing of Web Map Context documents.
</ >
<d v id="map"></div>
<button onclick="writeWMC();">write</button>
<button onclick="readWMC();">read as new map</button>
<button onclick="readWMC(true);">read and merge</button>
<textarea id="wmc">paste WMC doc here</textarea>
<div id="docs">
<d v id="docs">
This is an example of parsing WMC documents. <br />
The format class has a layerOptions property, which can be used
to control the default options of the layer when it is created
by the parser.
</div>
</ iv>
</body>
</html>