Updated Meetings (markdown)

elemoine
2012-11-15 02:21:29 -08:00
parent 6fc8b1610f
commit e97768b2c0
+11 -2
@@ -24,7 +24,7 @@ Done since previous meeting (not much):
* Merged Pake (#76)
* Fixed DOM renderer issue in FF (#84)
Discuss proposal
Discuss following proposal (from Tom and Eric)
Simple 2D Maps:
@@ -34,5 +34,14 @@ map = new ol.Map({
center: new ol.Coordinate(5, 45),
zoom: 2
}
})
});
```
2.5D Maps:
```
map = new ol.Map({
camera: new ol.Camera25D({
})
});
```