same as previous commit, need to give map div dimensions for proper tests in IE

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1782 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-11-08 18:44:17 +00:00
parent 6e8754af91
commit 17633136aa

View File

@@ -108,6 +108,6 @@
</script>
</head>
<body>
<div id="map"></div>
<div id="map" style="height:500px;width:500px"></div>
</body>
</html>