From 75cbe8f2b3f715ba6608cca7d900c83e96dd10f6 Mon Sep 17 00:00:00 2001 From: Matt Fullerton Date: Sat, 1 Nov 2014 18:23:21 +0100 Subject: [PATCH] Added map demo --- docs/tutorial-views.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index f4c17857..f3dc3dbd 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -207,6 +207,10 @@ graph.redraw(); ### Creating a Map +
+The source code along with all dependencies for the map part of the tutorial can be found at this GitHub repository. See it in action via GitHub Pages. +
+ Now, let's create a map of this dataset using the lon/lat information which is present on these data points. @@ -229,6 +233,8 @@ library and the Recline Map view: + + {% endhighlight %}