-
Notifications
You must be signed in to change notification settings - Fork 5
/
map.html
executable file
·53 lines (40 loc) · 2.06 KB
/
map.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
50
51
52
53
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="時層写真をオープン化し、現在の街と重ね合せ撮ることで、古き思い出やそこに写り込んでいる貴重な情報を次の世代へ残す活動です。">
<meta name="keywords" itemprop="keywords" content="キロク乃キオク,キロクノキオク,キロキオ,kirokio,ハウモリ">
<meta name="author" content="ハウモリ">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="shortcut icon" href="img/fav.ico">
<title>キロク乃キオク</title>
<!-- kirokio leaflet CSS -->
<link rel="stylesheet" href="css/leaflet.css" />
<link rel="stylesheet" href="css/leaflet.label.css" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/lity/1.6.6/lity.css' />
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link rel="stylesheet" href="css/map.css">
<!-- leaflet JavaScript -->
<script src="js/leaflet.js"></script>
<script src="js/leaflet.label.js"></script>
<script src="js/maptiks-leaflet.min.js"></script>
<!-- jQuery -->
<script src="http://code.jquery.com/jquery.js"></script>
</head>
<body>
<!-- Leaflet -->
<section>
<div id="map"></div>
</section>
<!-- kirokio JavaScript -->
<script src="plugin/leaflet-geocsv/leaflet.geocsv.js"></script><!--csvプラグイン-->
<script src="plugin/leaflet-minimap/Control.MiniMap.min.js"></script><!--miniプラグイン-->
<link rel="stylesheet" href="plugin/leaflet-minimap/Control.MiniMap.min.css" /><!--miniプラグイン-->
<script src='plugin/leaflet-omnivore/leaflet-omnivore.min.js'></script><!--KMLプラグイン-->
<script src="js/kirokio.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/lity/1.6.6/lity.js'></script>
</body>
</html>