-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 2.32 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-us">
<head>
<title>Linked Connections example</title>
<meta name="description" content="Linked Connections is a publication mechanism for route planning purposes">
<meta name="keywords" content="linked connections">
<meta name="dct:creator" resource="http://pieter.pm/#me">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Linked Connections" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://linkedconnections.org" />
<meta property="og:image" content="https://pbs.twimg.com/media/CadhyMRWcAAhhIy.png" />
<meta property="og:description" content="A novel publication mechanism for route planning purposes" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@linkedcons">
<meta name="twitter:title" content="Linked Connections">
<meta name="twitter:description" content="A new publication mechanism for route planning purposes">
<meta name="twitter:image" content="https://pbs.twimg.com/media/CadhyMRWcAAhhIy.png" />
<meta name="twitter:url" content="http://linkedconnections.org/" />
<link rel="stylesheet" href="stylesheets/index.css" type="text/css" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<script src="http://linkedconnections.org/bower_components/leaflet/dist/leaflet.js"></script>
</head>
<body>
<h1>An example of how to use Linked Connections for your own purpose</h1>
<p>Want to know more about <a href="http://linkedconnections.org" target="_blank">Linked Connections and how it works</a>?</p>
<h2>Example 1: an isochrone map - where can I get in <span id="span_hours">2</span> hours time using NMBS/SNCB?</h2>
<!-- <label>Select how long (between 10 and 120 minutes):</label>
<input id="timeslider" type="range" min="10" max="120" step="10" value="120"/><br/>-->
<div id="map_isochrone"/><br/>
<script src="http://linkedconnections.org/bower_components/jquery/dist/jquery.min.js"></script>
<script src="http://linkedconnections.org/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="http://demo.linkedconnections.org/lc-client-latest.js"></script>
<script src="js/main.js"></script>
</body>
</html>