Updating example with build config.
This commit is contained in:
6
demo/map.js
Normal file
6
demo/map.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var map = ol.map({
|
||||
renderTo: 'map',
|
||||
layers: [ol.layer.osm()],
|
||||
center: [0, 0],
|
||||
zoom: 1
|
||||
});
|
||||
Reference in New Issue
Block a user