Update use of ol.Coordinate in example
This commit is contained in:
@@ -134,7 +134,7 @@ ol.MapProperty = {
|
||||
*
|
||||
* var map = new ol.Map({
|
||||
* view: new ol.View2D({
|
||||
* center: new ol.Coordinate(0, 0),
|
||||
* center: [0, 0],
|
||||
* zoom: 1
|
||||
* }),
|
||||
* layers: [
|
||||
|
||||
Reference in New Issue
Block a user