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 %}