Note about data option

ahocevar
2013-07-17 02:34:38 -07:00
parent 827a1bd7cc
commit 3d5ead9878
+2
@@ -20,6 +20,8 @@ var layer = new ol.layer.Vector({
});
```
For data that is already available in memory as string or object, a `data` option can be provided instead of `url`.
## Style Vector Data
Initially, we can style data with a subset of CartoCSS or SLD, without exposing a style API.