Remove ol namespace
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
var map = ol.map({
|
||||
renderTo: 'map',
|
||||
layers: [ol.layer.osm()],
|
||||
center: [45, 5],
|
||||
zoom: 10
|
||||
});
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user