-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>animated3-map-paths // Summer 2018 Visualized</title>
<link rel="stylesheet" type="text/css" href="./css/home.css">
</head>
<body>
<div class="flex">
<div id="main">
<h1>Summer 2018 Trips Visualized</h1>
<p>
I made maps with <a href="">Leaflet</a> and <a href="">D3 v4</a> to plot some trips I took this summer. I used <a href="https://github.com/kexin-zhang/gmaps2geojson">gmaps2geojson</a> for driving coordinate data and <a href="http://geojson.io">geojson.io</a> to plot all other paths. Check out the <a href="https://github.com/kexin-zhang/animated3-map-paths">source code</a>!
This is a work in progress -- will be updated with more maps soon.
</p>
<ol>
<li><a href="./onp.html">Olympic National Park</a></li>
<li><a href="./ira_spring_trail.html">Ira Spring Trail & Gasworks Park</a></li>
</ol>
</div>
</div>
</body>
</html>