Convert M-P examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-15 22:13:38 -07:00
parent f88681951a
commit e6343ca272
21 changed files with 101 additions and 172 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ var map = new ol.Map({
layers: [layer],
target: 'map',
view: new ol.View({
center: [0, 1000000],
center: [0, 3000000],
zoom: 2
})
});