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