Convert R examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-16 09:08:17 -07:00
parent e6343ca272
commit c984bedd09
12 changed files with 102 additions and 128 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ var map = new ol.Map({
view: new ol.View({
projection: 'EPSG:4326',
center: [0, 0],
zoom: 1
zoom: 2
})
});