Updated Meetings (markdown)
+13
@@ -23,3 +23,16 @@ Done since previous meeting (not much):
|
||||
|
||||
* Merged Pake (#76)
|
||||
* Fixed DOM renderer issue in FF (#84)
|
||||
|
||||
Discuss proposal
|
||||
|
||||
Simple 2D Maps:
|
||||
|
||||
```
|
||||
map = new ol.Map({
|
||||
camera: {
|
||||
center: new ol.Coordinate(5, 45),
|
||||
zoom: 2
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user