Example syntax
This commit is contained in:
@@ -27,7 +27,7 @@ source.addFeatures([
|
|||||||
}),
|
}),
|
||||||
new ol.Feature({
|
new ol.Feature({
|
||||||
g: new ol.geom.LineString([[-10000000, 10000000], [10000000, -10000000]])
|
g: new ol.geom.LineString([[-10000000, 10000000], [10000000, -10000000]])
|
||||||
},
|
}),
|
||||||
new ol.Feature({g: new ol.geom.Point([-10000000, 5000000])})
|
new ol.Feature({g: new ol.geom.Point([-10000000, 5000000])})
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user