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

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>

View File

@@ -27,20 +27,20 @@
</script>
</head>
<body onload="init()">
<h1 id="title">WMS Example</h1>
<h1 id="title">WMS Example</h1>
<div id="tags">
</div>
<p id="shortdesc">
Shows the basic use of openlayers using a WMS layer
</p>
<div id="tags">
</div>
<p id="shortdesc">
Shows the basic use of openlayers using a WMS layer
</p>
<div id="map"></div>
<div id="map"></div>
<div id="docs">
This is an example of how to add an WMS layer to the OpenLayers window. The images are tiled in this instance if you wanted to not use a tiled WMS
please use this example and pass the option <20>singleTile<6C> as true.
</div>
<div id="docs">
This is an example of how to add an WMS layer to the OpenLayers window. The images are tiled in this instance if you wanted to not use a tiled WMS
please use this example and pass the option <20>singleTile<6C> as true.
</div>
</body>
</html>