8
8
< link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css ">
9
9
< link rel ="stylesheet " href ="/css/default.css ">
10
10
11
-
11
+ < link href ='https://api.tiles.mapbox.com/mapbox.js/v2.1.6/mapbox.css ' rel ='stylesheet ' />
12
+ < link href ='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-draw/v0.2.2/leaflet.draw.css ' rel ='stylesheet ' />
13
+ < link href ='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v0.0.4/leaflet.fullscreen.css ' rel ='stylesheet ' />
14
+
12
15
< script src ="https://code.jquery.com/jquery-1.11.2.min.js "> </ script >
13
16
< script src ="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js "> </ script >
14
17
< script src ="http://layout.jquery-dev.com/lib/js/jquery.layout-latest.js "> </ script >
15
18
16
- < script
17
- src ="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true&libraries=places,drawing,geometry "> </ script >
19
+ <!--<script
20
+ src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true&libraries=places,drawing,geometry"></script>-->
21
+
22
+ < script src ='https://api.tiles.mapbox.com/mapbox.js/v2.1.6/mapbox.js '> </ script >
23
+ < script src ='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-draw/v0.2.2/leaflet.draw.js '> </ script >
24
+
25
+ < script src ='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v0.0.4/Leaflet.fullscreen.min.js '> </ script >
26
+ < script src ='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-geodesy/v0.1.0/leaflet-geodesy.js '> </ script >
27
+ < script src ="/js/leaflet.js "> </ script >
18
28
< script src ="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js "> </ script >
29
+
19
30
< script src ="http://localhost:8080/joola.js?APIToken=apitoken-demo "> </ script >
20
31
< script src ="/js/state.js "> </ script >
21
32
< script src ="/js/wireframe.js "> </ script >
22
33
< script src ="/js/geohash.js "> </ script >
23
34
< script src ="/js/joola.js "> </ script >
24
- < script src ="/js/map.js "> </ script >
25
-
35
+
26
36
</ head >
27
37
< body >
28
38
29
39
< div id ="map-canvas "> </ div >
30
- < div class ="left-pane expanded resizable ">
40
+ <!--
41
+ <nav class='menu-ui'>
42
+ <a href='#' id='grid' class='active'>Interactivity</a>
43
+ <a href='#' id='legend'>Legend</a>
44
+ <a href='#' id='zoomer' class='active'>Zoomer</a>
45
+ <a href='#' id='fullscreen'>Fullscreen</a>
46
+ <a href='#' id='attribution' class='active'>Attribution</a>
47
+ <a href='#' id='hash'>Hash</a>
48
+ <a href='#' id='geocoder'>Geocoder</a>
49
+ <a href='#' id='infocontrol'>Info Control</a>
50
+ </nav>-->
51
+ < div id ='position ' class ='ui-control '>
52
+ < code id ='mousemove '> </ code > < br />
53
+ </ div >
54
+ < div class ="left-pane expanded resizable " style ="display:none; ">
31
55
< div id ="dragbar "> </ div >
32
56
< div class ="content map-controls ">
33
57
< div class ="expand "> < i class ="glyphicon glyphicon-collapse-up "> </ i > </ div >
34
58
< img src ="http://joo.la/img/joola_full_blue.png " class ="logo ">
59
+ < input id ="pac-input " class ="mcontrols " type ="text " placeholder ="Search Box "/>
35
60
36
61
< div class ="outer-wrapper ">
37
- < input id ="pac-input " class ="mcontrols " type ="text " placeholder ="Search Box "/>
38
-
39
-
40
- < h3 style ="margin-bottom:0;margin-top:40px; "> Map overlay</ h3 >
41
-
42
- < p > Control the map look & feel</ p >
43
-
44
- < div class ="row ">
45
- < div class ="col-md-3 ">
46
- < form >
47
- < div class ="form-group ">
48
- < select id ="maptype " class ="mcontrols ">
49
- < option value ="hybrid "> Hybrid Map</ option >
50
- < option value ="terrain " selected > Terrain map</ option >
51
- <!--<option id="road">Road</option>-->
52
- < option value ="satellite "> Satellite map</ option >
53
- </ select >
54
- </ div >
55
- < div class ="form-group ">
56
- < select id ="show-heatmap " class ="mcontrols ">
57
- < option value ="heatmap "> Show heatmap</ option >
58
- < option value ="markers " selected > Show markers</ option >
59
- </ select >
60
- </ div >
61
- < div class ="form-group ">
62
- < select id ="show-refresh " class ="mcontrols ">
63
- < option value ="1 "> Refresh every 1 second</ option >
64
- < option value ="5 " selected > Refresh every 5 seconds</ option >
65
- < option value ="15 "> Refresh every 15 seconds</ option >
66
- < option value ="30 "> Refresh every 30 seconds</ option >
67
- </ select >
68
- </ div >
69
- < div class ="form-group ">
70
- < select id ="show-leave " class ="mcontrols ">
71
- < option value ="1 "> Leave a 5 seconds tail</ option >
72
- < option value ="5 " selected > Leave a 15 seconds tail</ option >
73
- < option value ="15 "> Leave a 30 seconds tail</ option >
74
- < option value ="30 "> Leave a 60 seconds tail</ option >
75
- </ select >
76
- </ div >
77
- </ form >
78
- </ div >
79
- < div class ="col-md-3 ">
80
- < div class ="content filters ">
81
- < h3 style ="margin-bottom:0;margin-top:0; "> Filters</ h3 >
82
62
83
- < p style ="padding-top:10px; "> Draw polygons to indicate what geo sources should be included and filter by
84
- dimensions
85
- and metrics to further refine the results.</ p >
86
- < h4 id ="drawing-tools-label "> Drawing tools</ h4 >
63
+ < div class ="col-sm-3 ">
64
+ < h3 style ="margin-bottom:0;margin-top:20px; "> Map overlay</ h3 >
87
65
88
- < p > Draw polygons and filter results. </ p >
66
+ < p > Control the map look & feel </ p >
89
67
90
- < div id ="drawing-tools-container "> </ div >
68
+ < form >
69
+ < div class ="form-group ">
70
+ < select id ="maptype " class ="mcontrols ">
71
+ < option value ="hybrid "> Hybrid Map</ option >
72
+ < option value ="terrain " selected > Terrain map</ option >
73
+ <!--<option id="road">Road</option>-->
74
+ < option value ="satellite "> Satellite map</ option >
75
+ </ select >
76
+ </ div >
77
+ < div class ="form-group ">
78
+ < select id ="show-heatmap " class ="mcontrols ">
79
+ < option value ="heatmap "> Show heatmap</ option >
80
+ < option value ="markers " selected > Show markers</ option >
81
+ </ select >
82
+ </ div >
83
+ < div class ="form-group ">
84
+ < select id ="show-refresh " class ="mcontrols hideonshrink ">
85
+ < option value ="1 "> Refresh every 1 second</ option >
86
+ < option value ="5 " selected > Refresh every 5 seconds</ option >
87
+ < option value ="15 "> Refresh every 15 seconds</ option >
88
+ < option value ="30 "> Refresh every 30 seconds</ option >
89
+ </ select >
90
+ </ div >
91
+ < div class ="form-group ">
92
+ < select id ="show-leave " class ="mcontrols hideonshrink ">
93
+ < option value ="1 "> Leave a 5 seconds tail</ option >
94
+ < option value ="5 " selected > Leave a 15 seconds tail</ option >
95
+ < option value ="15 "> Leave a 30 seconds tail</ option >
96
+ < option value ="30 "> Leave a 60 seconds tail</ option >
97
+ </ select >
98
+ </ div >
99
+ </ form >
100
+ < div class ="showmore "> < a href ="# " class =""> show more...</ a >
101
+ </ div >
91
102
</ div >
92
- </ div > </ div >
103
+ < div class ="col-sm-3 ">
104
+ < div class ="filters " style ="padding-top:0 ">
105
+ < h3 style ="margin-bottom:0;margin-top:20px; "> Filters</ h3 >
93
106
94
- < div class ="row ">
95
- < div class ="col-md-9 ">
96
- < div class ="visualizations ">
97
- < div id ="table "> </ div >
98
- </ div >
107
+ < p style ="padding-top:10px; "> Draw polygons and filter by
108
+ dimensions
109
+ and metrics to refine the results.</ p >
110
+
111
+ < div id ="drawing-tools-container "> </ div >
112
+ </ div >
113
+ < div class ="showmore "> < a href ="# " class =""> show more...</ a >
99
114
</ div >
100
115
</ div >
101
116
117
+ < div class ="col-sm-12 ">
118
+ < div class ="visualizations ">
119
+ < div id ="table "> </ div >
120
+ </ div >
121
+ </ div >
122
+
123
+
102
124
< p class ="bounds " style ="padding-top:30px; "> Map visible boundaries:
103
125
< br />
104
126
< span id ="bounds-right-top " class ="bounds "> </ span > < br />
@@ -109,12 +131,12 @@ <h4 id="drawing-tools-label">Drawing tools</h4>
109
131
</ div >
110
132
111
133
112
- < div class ="right-pane ">
134
+ < div class ="right-pane " style =" visibility:hidden; " >
113
135
114
136
< div class ="eps-counter ">
115
137
< div class ="eps-label "> </ div >
116
138
< div class ="eps-chart "> </ div >
117
- < div id ="player ">
139
+ < div id ="player "style =" display:none; " >
118
140
< div id ="volume "> </ div >
119
141
</ div >
120
142
</ div >
0 commit comments