-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path20160220party.html
More file actions
174 lines (105 loc) · 5.41 KB
/
20160220party.html
File metadata and controls
174 lines (105 loc) · 5.41 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://rawgit.com/andrewgiessel/leafletstuff/master/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://rawgit.com/lvoogdt/Leaflet.awesome-markers/2.0/develop/dist/leaflet.awesome-markers.css">
<script src="https://rawgithub.com/lvoogdt/Leaflet.awesome-markers/2.0/develop/dist/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="https://birdage.github.io/Leaflet.awesome-markers/dist/leaflet.awesome.rotate.css">
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#map {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
</style>
</head>
<body>
<div class="folium-map" id="folium_198d32ad37fb4cdea8eb116f5925f1c2" style="width: 100%; height: 100%"></div>
<script>
var base_tile = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 18,
minZoom: 1,
attribution: 'Map data (c) <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
});
var baseLayer = {
"Base Layer": base_tile
};
/*
addition of the wms layers
*/
/*
addition of the tile layers
*/
/*
list of layers to be added
*/
var layer_list = {
};
/*
Bounding box.
*/
var southWest = L.latLng(-90, -180),
northEast = L.latLng(90, 180),
bounds = L.latLngBounds(southWest, northEast);
/*
Creates the map and adds the selected layers
*/
var map = L.map('folium_198d32ad37fb4cdea8eb116f5925f1c2', {
center:[22.635, 120.275],
zoom: 16,
maxBounds: bounds,
layers: [base_tile]
});
L.control.layers(baseLayer, layer_list).addTo(map);
/*
addition of the image layers
*/
//cluster group
var clusteredmarkers = L.markerClusterGroup();
//section for adding clustered markers
//add the clustered markers to the group anyway
map.addLayer(clusteredmarkers);
var latLngs = [ [22.6382249, 120.2779991], [22.6333293, 120.2779991], [22.6333293, 120.2728272], [22.6382249, 120.2728272], [22.6382249, 120.2779991], ];
var line_1 = L.polyline(latLngs,{
});
line_1.bindPopup("<a href=\"http://www.openstreetmap.org/changeset/37324358\">37324358</a>, mcdlee, 高雄市立動物園 #khmeetup mapping party");
line_1._popup.options.maxWidth = 300;
map.addLayer(line_1);
var latLngs = [ [22.6373404, 120.2762951], [22.6332075, 120.2762951], [22.6332075, 120.2730468], [22.6373404, 120.2730468], [22.6373404, 120.2762951], ];
var line_2 = L.polyline(latLngs,{
});
line_2.bindPopup("<a href=\"http://www.openstreetmap.org/changeset/37327563\">37327563</a>, mcdlee, 高雄市立動物園 新增 POIs 修正建築物及道路 #khmeetup mapping party");
line_2._popup.options.maxWidth = 300;
map.addLayer(line_2);
var latLngs = [ [22.6378558, 120.2769882], [22.6329829, 120.2769882], [22.6329829, 120.2724399], [22.6378558, 120.2724399], [22.6378558, 120.2769882], ];
var line_3 = L.polyline(latLngs,{
});
line_3.bindPopup("<a href=\"http://www.openstreetmap.org/changeset/37329948\">37329948</a>, Kagami, 高雄壽山動物園 #khmeetup mapping party");
line_3._popup.options.maxWidth = 300;
map.addLayer(line_3);
var latLngs = [ [22.6354872, 120.2788412], [22.6351527, 120.2788412], [22.6351527, 120.2779684], [22.6354872, 120.2779684], [22.6354872, 120.2788412], ];
var line_4 = L.polyline(latLngs,{
});
line_4.bindPopup("<a href=\"http://www.openstreetmap.org/changeset/37330125\">37330125</a>, Kagami, 高雄");
line_4._popup.options.maxWidth = 300;
map.addLayer(line_4);
</script>
</body>