[OpenLayers-Commits] r7309 - trunk/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Thu Jun 5 11:48:24 EDT 2008
Author: tschaub
Date: 2008-06-05 11:48:24 -0400 (Thu, 05 Jun 2008)
New Revision: 7309
Modified:
trunk/openlayers/examples/spherical-mercator.html
Log:
making the map big enough for the layer switcher
Modified: trunk/openlayers/examples/spherical-mercator.html
===================================================================
--- trunk/openlayers/examples/spherical-mercator.html 2008-06-05 15:45:03 UTC (rev 7308)
+++ trunk/openlayers/examples/spherical-mercator.html 2008-06-05 15:48:24 UTC (rev 7309)
@@ -4,6 +4,9 @@
<link rel="stylesheet" href="style.css" type="text/css" />
<style type="text/css">
.olControlAttribution { bottom: 0px!important }
+ #map {
+ height: 512px;
+ }
</style>
<script src='http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js'></script>
More information about the Commits
mailing list