r6673 introduced typos in this file resulting in not valid html code
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6731 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+11
-11
@@ -126,22 +126,22 @@
|
|||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
<h1 id="title">WMC Example</h1>
|
<h1 id="title">WMC Example</h1>
|
||||||
|
|
||||||
<d v id="tags">
|
<div id="tags">
|
||||||
</ iv>
|
</div>
|
||||||
<p id="shortdesc">
|
<p id="shortdesc">
|
||||||
Shows parsing of Web Map Context documents.
|
Shows parsing of Web Map Context documents.
|
||||||
</ >
|
</p>
|
||||||
<d v id="map"></div>
|
<div 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>
|
||||||
<d v id="docs">
|
<div 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.
|
||||||
</ iv>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user