-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
49 lines (49 loc) · 982 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang='en'>
<head>
<title>ORS-js lib examples</title>
</head>
<body>
<h1>ORS-js lib examples</h1>
<section>
<h2>Directions</h2>
<a href='directions.html'>Directions</a>
</section>
<section>
<h2>Elevation</h2>
<a href='elevation.html'>Elevation</a>
</section>
<section>
<h2>Geocode</h2>
<a href='geocode.html'>Geocode</a>
</section>
<section>
<h2>Reverse geocode</h2>
<a href='reverse-geocode.html'>Reverse geocode</a>
</section>
<section>
<h2>Structured geocode</h2>
<a href='structured-geocode.html'>Structured geocode</a>
</section>
<section>
<h2>Isochrones</h2>
<a href='isochrones.html'>Isochrones</a>
</section>
<section>
<h2>Matrix</h2>
<a href='matrix.html'>Matrix</a>
</section>
<section>
<h2>Optimization</h2>
<a href='optimization.html'>Optimization</a>
</section>
<section>
<h2>POIs</h2>
<a href='pois.html'>POIs</a>
</section>
<section>
<h2>Snap</h2>
<a href='snap.html'>Snap</a>
</section>
</body>
</html>