Changeset 6731
- Timestamp:
- 03/31/08 04:33:49 (5 months ago)
- Files:
-
- trunk/openlayers/examples/wmc.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/wmc.html
r6673 r6731 127 127 <h1 id="title">WMC Example</h1> 128 128 129 <d v id="tags">130 </ iv>131 <p id="shortdesc">129 <div id="tags"> 130 </div> 131 <p id="shortdesc"> 132 132 Shows parsing of Web Map Context documents. 133 </ >134 <d v id="map"></div>133 </p> 134 <div id="map"></div> 135 135 <button onclick="writeWMC();">write</button> 136 136 <button onclick="readWMC();">read as new map</button> 137 137 <button onclick="readWMC(true);">read and merge</button> 138 138 <textarea id="wmc">paste WMC doc here</textarea> 139 <d v id="docs">140 This is an example of parsing WMC documents. <br />141 The format class has a layerOptions property, which can be used142 to control the default options of the layer when it is created143 by the parser.144 </ iv>139 <div id="docs"> 140 This is an example of parsing WMC documents. <br /> 141 The format class has a layerOptions property, which can be used 142 to control the default options of the layer when it is created 143 by the parser. 144 </div> 145 145 </body> 146 146 </html>
