If you'd like to try OpenLayers but only have Netscape 2.0, please buy a new browser.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-01-06 22:15:43 +00:00
parent d7cd93abf3
commit ef3ad090c1
9 changed files with 0 additions and 19 deletions

View File

@@ -20,7 +20,6 @@
</style>
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
<!--
var lon = 5;
var lat = 40;
var zoom = 5;
@@ -36,7 +35,6 @@
map.addLayer(layer);
map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);
}
// -->
</script>
</head>
<body onload="init()">