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