-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgmap.fi.html
34 lines (34 loc) · 2.01 KB
/
gmap.fi.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fi">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="description" content="Joukkoliikennevälineiden sijainti tosiaikaisesti."/>
<title>Kartalla - Joukkoliikenne</title>
<link rel="stylesheet" type="text/css" href="css/map.css"/>
<link rel="stylesheet" type="text/css" href="css/ui_bar.css"/>
<script src="https://maps.googleapis.com/maps/api/js?v=3.56&libraries=geometry&language=fi&callback=Function.prototype&key=AIzaSyB4fUVp8wZ2D0AG_41xwELU-waZnoQgsFc"
type="text/javascript"></script>
<script src="js/ext/vector3d.js" type="text/javascript"></script>
<script src="js/ext/latlon-vectors.js" type="text/javascript"></script>
<script src="js/ext/mqttws31-min.js" type="text/javascript"></script>
<script src="js/config.js" type="text/javascript"></script>
<script src="js/config_gtfs.js" type="text/javascript"></script>
<script src="js/controller.js" type="text/javascript"></script>
<script src="js/gtfs.js" type="text/javascript"></script>
<script src="js/hsl.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/map.js" type="text/javascript"></script>
<script src="js/map_google.js" type="text/javascript"></script>
<script src="js/ui_bar.js" type="text/javascript"></script>
<script src="js/utils.js" type="text/javascript"></script>
</head>
<body onload="main()">
<noscript><p>Salli JavaScript selaimessasi nähdäksesi tämän sivun (tarkempia
<a href="tietoja.html#toteutus">tietoja</a>). This page in <a href="index.en.html">English</a>.
</p></noscript>
<div id="map_canvas"></div>
<div id="ui_bar" class="uiBar">Ladataan...</div>
</body>
</html>