Remove ol namespace

This commit is contained in:
Tom Payne
2012-09-24 14:07:11 +02:00
parent 6e427a49ab
commit 6737220b83
8 changed files with 6 additions and 273 deletions
-6
View File
@@ -1,6 +0,0 @@
var map = ol.map({
renderTo: 'map',
layers: [ol.layer.osm()],
center: [45, 5],
zoom: 10
});
-19
View File
@@ -1,19 +0,0 @@
<!doctype html>
<html>
<head>
<style type="text/css">
.map {
width: 400px;
height: 400px;
border: thin solid;
}
</style>
<script src="@SRC@" type="text/javascript"></script>
<title>ol3 api1 demo</title>
</head>
<body>
<h1>ol3 api1 demo</h1>
<div class="map" id="map"></div>
<script src="api1.js" type="text/javascript"></script>
</body>
</html>