Changeset 7095 for trunk/openlayers/examples/GMLParser.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/GMLParser.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/GMLParser.html
r6497 r7095 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>OpenLayers GML Parser</title>3 <title>OpenLayers GML Parser</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 <style type="text/css"> 6 #map { 7 width: 800px; 8 height: 475px; 9 border: 1px solid black; 10 } 11 </style> 5 <link rel="stylesheet" href="style.css" type="text/css" /> 12 6 <script src="../lib/OpenLayers.js"></script> 13 7 <script type="text/javascript">
