Changeset 6497 for trunk/openlayers/examples/getfeatureinfo.html
- Timestamp:
- 03/12/08 10:51:37 (10 months ago)
- Files:
-
- trunk/openlayers/examples/getfeatureinfo.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/getfeatureinfo.html
r6145 r6497 1 1 <html> 2 2 <head> 3 <title>OpenLayers Feature Info Example</title>4 <script src="../lib/OpenLayers.js"></script>3 <title>OpenLayers Feature Info Example</title> 4 <script src="../lib/OpenLayers.js"></script> 5 5 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 6 <style type="text/css">7 ul, li { padding-left: 0px; margin-left: 0px; }8 </style>6 <style type="text/css"> 7 ul, li { padding-left: 0px; margin-left: 0px; } 8 </style> 9 9 </head> 10 10 <body> 11 <h1 id="title">Feature Info Example</h1>11 <h1 id="title">Feature Info Example</h1> 12 12 13 <div id="tags"></div>13 <div id="tags"></div> 14 14 15 <p id="shortdesc">16 Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV.17 </p>15 <p id="shortdesc"> 16 Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV. 17 </p> 18 18 19 <a id="permalink" href="">Permalink</a><br />19 <a id="permalink" href="">Permalink</a><br /> 20 20 21 <div style="float:right;width:28%">22 <h1 style="font-size:1.3em;">CIA Factbook</h1>23 <p style="font-size:.8em;">Click a country to see statistics about the country below.</p>24 <div id="nodeList">25 </div>21 <div style="float:right;width:28%"> 22 <h1 style="font-size:1.3em;">CIA Factbook</h1> 23 <p style="font-size:.8em;">Click a country to see statistics about the country below.</p> 24 <div id="nodeList"> 25 </div> 26 26 </div> 27 <div id="map" style="width:512px; height:512px"></div>27 <div id="map" style="width:512px; height:512px"></div> 28 28 29 29 <script defer="defer" type="text/javascript"> … … 56 56 </script> 57 57 58 <div id="docs">59 </div>58 <div id="docs"> 59 </div> 60 60 </body> 61 61 </html>
