Example syntax

This commit is contained in:
Tim Schaub
2013-02-20 00:21:08 -07:00
parent 9cac8ec2f6
commit d642628545
+1 -1
View File
@@ -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])})
]); ]);