Updating example with build config.

This commit is contained in:
Tim Schaub
2012-06-23 15:20:35 +02:00
parent df1dfd5295
commit 167f77dd7e
3 changed files with 48 additions and 10 deletions

6
demo/map.js Normal file
View File

@@ -0,0 +1,6 @@
var map = ol.map({
renderTo: 'map',
layers: [ol.layer.osm()],
center: [0, 0],
zoom: 1
});