Update use of ol.Coordinate in example

This commit is contained in:
Tom Payne
2013-04-07 11:40:16 +02:00
parent 027806d114
commit 99caf9a6fe

View File

@@ -134,7 +134,7 @@ ol.MapProperty = {
* *
* var map = new ol.Map({ * var map = new ol.Map({
* view: new ol.View2D({ * view: new ol.View2D({
* center: new ol.Coordinate(0, 0), * center: [0, 0],
* zoom: 1 * zoom: 1
* }), * }),
* layers: [ * layers: [