From 9bd212235a2ab50d1c285e51e6b90741e3de0f66 Mon Sep 17 00:00:00 2001 From: elemoine Date: Wed, 27 Mar 2013 07:54:21 -0700 Subject: [PATCH] Updated Use Cases (markdown) --- Use-Cases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Use-Cases.md b/Use-Cases.md index ff3c81d..2ce3238 100644 --- a/Use-Cases.md +++ b/Use-Cases.md @@ -92,6 +92,7 @@ In my alternative, and based on my comments for the previous use-case, the app w **Alternative 2** +```js var vector = new ol.layer.Vector({ source: new ol.source.Vector({ projection: 'EPSG:4326' @@ -124,6 +125,7 @@ vector.getSource().addFeatures(parser, { } }] }); +``` ### Load data based on map extent