[#223,tutorial/maps][m]: start of a in-depth map tutorial with instructions on customizing infoboxes and markers.

* Also add to tutorials.html (and refactor that page a bit)
This commit is contained in:
Rufus Pollock
2012-10-23 00:27:25 +01:00
parent df935091fd
commit 2684bfed0e
4 changed files with 155 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ root: ../
</h1>
</div>
<h3>Basics &ndash; Using the Dataset and its Friends</h3>
<hr />
<div id="tutorials" class="tutorials">
<div class="row">
<div class="span4">
@@ -30,17 +32,32 @@ root: ../
</div>
</div>
<div id="tutorials" class="tutorials">
<h3>Backends &ndash; Loading and Storing Data from Remote Sources</h3>
<hr />
<div class="tutorials">
<div class="row">
<div class="span4">
<div class="well">
<h4><a href="tutorial-backends.html">Backends: loading data from Google Docs, Local CSV, DataHub &amp; more ...</a></h4>
</div>
</div>
</div>
</div>
<h3>Views &ndash; Grids, Maps, Graphs and More!</h3>
<hr />
<div class="tutorials">
<div class="row">
<div class="span4">
<div class="well">
<h4><a href="tutorial-views.html">Views Quickstart - Grids, Graphs and Maps</a></h4>
</div>
</div>
<div class="span4">
<div class="well">
<h4><a href="tutorial-maps.html">Doing more with maps</a></h4>
</div>
</div>
</div>
</div>