-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
36 lines (32 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/examples.css">
</head>
<body>
<main>
<h1><a href="https://github.com/floledermann/mapmap.js/">mapmap.js</a> Examples</h1>
<p>[<a href="https://github.com/floledermann/mapmap-examples/">Examples repository on GitHub</a>]</p>
<p>A collection of canonical examples and small case studies for learning mapmap.js.</p>
<h2>Tutorial examples</h2>
<ul>
<li><a href="tutorial/basics.html">Basics / Getting Started</a></li>
<li><a href="tutorial/legends.html">Scales & Legends</a></li>
<li><a href="tutorial/interaction.html">Interaction</a></li>
<li><a href="tutorial/symbolization.html">Custom Symbolization</a></li>
<li><a href="tutorial/misc.html">Misc Features</a></li>
</ul>
<h2>Case studies</h2>
<ul>
<li><a href="sketchy/">Sketchy Symbolizer</a></li>
<li><a href="minard/">Minard's Map</a></li>
</ul>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/floledermann/mapmap.js/">mapmap.js on GitHub</a></li>
<li><a href="https://github.com/floledermann/mapmap.js/wiki/API-Documentation">API Documentation</a></li>
</ul>
</body>
</html>