From 3d5ead9878ed98d4698b02b04ace2cf1adde0876 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 17 Jul 2013 02:34:38 -0700 Subject: [PATCH] Note about data option --- Minimal-Vector-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minimal-Vector-API.md b/Minimal-Vector-API.md index a7ed22e..7fe13bc 100644 --- a/Minimal-Vector-API.md +++ b/Minimal-Vector-API.md @@ -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.