-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
443 lines (271 loc) · 13.9 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ARRÊT SUR IMAGES - À quoi servent les 56 CAMÉRAS de sécurité à Bordeaux ?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script>
<script src="http://www.adriencolombie.fr/wp-content/themes/nanicafinal/js/animatedcollapse.js" type="text/javascript"></script>
<script src="http://www.adriencolombie.fr/wp-content/themes/nanicafinal/js/jquery.min.js" type="text/javascript"></script>
<link rel="SHORTCUT ICON" href="images/icon.png"></script>
<link href="images/icon.png" type="image/gif" rel="icon"></script>
<script type="text/javascript" src="JS/coordonate.js"></script>
<script type="text/javascript" src="JS/JSON.js"></script>
<script type="text/javascript" src="JS/CAM.js"></script>
<script type="text/javascript" src="JS/divers.js"></script>
<script type="text/javascript" src="JS/zone_content.js"></script>
<script type="text/javascript">
function moveUp() {
$('#preloader').delay(6000).fadeOut(400);
}
$(window).load(moveUp);
function initialize()
{
test = new Image()
test.src = "images/lavie.jpg"
test2 = new Image()
test2.src = "images/fenetre.jpg"
test3 = new Image()
test3.src = "images/fenetress.jpg"
test4 = new Image()
test4.src = "images/credit.jpg"
test4 = new Image()
test4.src = "images/attention.jpg"
$("#intro2").fadeIn(100);
// Create a new StyledMapType object, passing it the array of styles,
// as well as the name to be displayed on the map type control.
var pinkMapType = new google.maps.StyledMapType(pinkParksStyles,
{name: "Pink Parks"});
/// INIT ///
var myLatLng = new google.maps.LatLng(0, 0);
var myOptions = {
mapTypeControl: false,
zoomControlOptions: {style: google.maps.ZoomControlStyle.BIG,position: google.maps.ControlPosition.LEFT_BOTTOM},
panControl: false,
backgroundColor :'#333333',
zoom: 14,
center: new google.maps.LatLng(44.833987,-0.553107),
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'pink_parks']}
};
/////
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
map.mapTypes.set('pink_parks', pinkMapType);
map.setMapTypeId('pink_parks');
///POLY//
pierre.setMap(map);
croix.setMap(map);
victoire.setMap(map);
michel.setMap(map);
bourgogne.setMap(map);
beyrland.setMap(map);
palut.setMap(map);
gambetta.setMap(map);
vhugo.setMap(map);
bourse.setMap(map);
///TRAME///
createOverlay();
infowindow2 = new google.maps.InfoWindow();
//// UNE PART ZONE + CONTENU DANS ZONE CONTENT ///
google.maps.event.addListener(bourse, 'click', showArrays);
google.maps.event.addListener(gambetta, 'click', showArrays2);
google.maps.event.addListener(pierre, 'click', showArrays3);
google.maps.event.addListener(croix, 'click', showArrays4);
google.maps.event.addListener(victoire, 'click', showArrays5);
google.maps.event.addListener(michel, 'click', showArrays6);
google.maps.event.addListener(bourgogne, 'click', showArrays7);
google.maps.event.addListener(beyrland, 'click', showArrays8);
google.maps.event.addListener(palut, 'click', showArrays9);
google.maps.event.addListener(vhugo, 'click', showArrays10);
/* google.maps.event.addListener(gambetta, 'click', function() {
hide_all();
// $('#gambetta').fadeToggle(100, function() {});
});
google.maps.event.addListener(pierre, 'click', function() {
hide_all();
$('#pierre').fadeToggle(100, function() {}); });
google.maps.event.addListener(bourse, 'click', function() {
hide_all();
$('#bourse').fadeToggle(100, function() {}); });
google.maps.event.addListener(croix, 'click', function() {
hide_all();
$('#croix').fadeToggle(100, function() {}); });
*/
//// CAMERA ///
camera();
////////
}
subOverlay.prototype = new google.maps.OverlayView();
//constructor for subOverlay
function subOverlay(bounds, image, map) {
// Now initialize all properties.
this.bounds_ = bounds;
this.image_ = image;
this.map_ = map;
this.div_=null;
// Explicitly call setMap() on this overlay
this.setMap(map);
}
//Adding elements to overlay
subOverlay.prototype.onAdd = function() {
// Create the DIV and set some basic attributes.
var div = document.createElement('DIV');
div.style.borderStyle = "none";
div.style.borderWidth = "0px";
div.style.position = "absolute";
div.id = 'fond';
var img = document.createElement("img");
img.src = this.image_;
img.style.width = "256px";
img.style.height = "256px";
div.appendChild(img);
// Set the overlay's div_ property to this DIV
this.div_ = div;
// We add an overlay to a map via one of the map's panes.
// We'll add this overlay to the overlayImage pane.
var panes = this.getPanes();
panes.overlayImage.appendChild(div);
}
//drawing overlay on map
subOverlay.prototype.draw = function() {
var overlayProjection = this.getProjection();
var sw = overlayProjection.fromLatLngToDivPixel(this.bounds_.getSouthWest());
var ne = overlayProjection.fromLatLngToDivPixel(this.bounds_.getNorthEast());
// Resize the image's DIV to fit the indicated dimensions.
var div = this.div_;
div.style.width = '10000px';
div.style.height = '10000px';
div.style.left = "-5000px";
div.style.top = "-5000px";
}
//function create overlay
function createOverlay()
{
var swBound = new google.maps.LatLng(54, -14);
var neBound = new google.maps.LatLng(14, -14);
var bounds = new google.maps.LatLngBounds(swBound, neBound);
// Photograph courtesy of the U.S. Geological Survey
var srcImage = 'trame.gif';
overlay = new subOverlay(bounds, srcImage, map);
}
/// HIDE / SHOW ///
var browserType;
if (document.layers) {browserType = "nn4"}
if (document.all) {browserType = "ie"}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {
browserType= "gecko"
}
/////
jQuery.fn.fadeToggle = function(speed, easing, callback) {
return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback);
};
$(document).ready(function() {
$('#plusmoins').click(function() {
$(this).next().fadeToggle(300);
$('#TXTCAM').fadeToggle(200);
});
$('#intro').click(function() {
hide_all();
$("#intro2").fadeIn(100);
$('#fenetre').css('backgroundImage','url(images/fenetress.jpg)');
});
$('#lavie').click(function() {
hide_all();
$('#fenetre').css('backgroundImage','url(images/lavie.jpg)');
});
$('#bandeau').click(function() {
hide_all();
$('#fenetre').css('backgroundImage','url(images/attention.jpg)');
});
$('#bonus').click(function() {
hide_all();
$('#fenetre').css('backgroundImage','url(images/bonus.jpg)');
});
$('#conclusion').click(function() {
hide_all();
$('#conclutxt').fadeIn(100);
$('#fenetre').css('backgroundImage','url(images/fenetress.jpg)');
});
$('#credits').click(function() {
hide_all();
$("#credittxt").fadeIn(100);
$('#fenetre').css('backgroundImage','url(images/credit.jpg)');
});
});
</script>
<link href="CSS/camera_css.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="initialize()">
<div id="preloader" style="margin-top:0;">
<div id="spinner_container">
<img id="spinner" alt="" src="images/loader.gif"><BR><BR><BR><BR><BR><BR>
CE SITE EST SPÉCIALEMENT OPTIMISÉ POUR SAFARI ET FIREFOX
</div>
</div>
<div id="wrapper_all">
<div id="zones"></div>
<div id="titre" ></div>
<div id="plusmoins">
<img src="images/trait.png">
<img src="images/croix.png">
</div>
<div id="fenetre">
<div id="bandeau"></div>
<div id="intro"></div> <div id="lavie"></div><div id="conclusion"></div><div id="bonus"></div><div id="credits"></div>
<div id="intro2" class="fiche">
<font size="+2" style="font-weight:bold">Comment ça marche ?</font><br><br>
<p>
<font size="+1" style="line-height:15pt;">La première caméra de Bordeaux fête cette année ses 10 ans.<br></font><br>Son objectif initial : gèrer l'accès des voitures dans le centre piéton. Aujourd'hui, rejointe par 55 acolytes, la sécurité est sa première mission.<br><br>
24/24h, 7/7j, Bordeaux est pris entre les 56 yeux du Centre de Vidéo Protection Urbaine (CVPU). <br>
En binôme, les opérateurs guettent le moindre mouvement suspect sur leur mur d'écrans. Derrière leurs joysticks, ils baladent l'oeil de la caméra à 360° et peuvent zoomer jusqu'à près de 5 km. <br> <br>
En permanence, 4 prises de vues sont transférées en direct, aléatoirement ou non, vers les bureaux de la Police nationale. Mais aucun agent là-bas n'est particulièrement préposé au visionnage de ces séquences. En revanche, dès qu'un opérateur du CVPU repère une infraction ou un comportement suspect, il passe un coup de fil aux collègues de la Police. <br> <br>
Nous avons rencontré cette brigade composée de 11 agents dirigés par monsieur Eric Prebonneau qui nous a confié les chiffres de leurs opérations : les quartiers de la ville les plus chauds d'après leurs données, le nombre de réquisitions de bandes par la Police nationale et par la Police judiciaire. Mais aussi, le nombre de petits et grands voyous pris dans l'une des 56 mailles du filet.
</p>
</div>
<div id="TXTCAM" ><!--
<div id="matricule">Caméra 1</div>
<div id="planque">23, Rue des Feuchers Sec</div>
<div id="terrain">01/13/2312</div>
<div id="pn">342</div>
<div id="pn2">999</div>
<div id="homicide" class="nbr_cam1">2</div>
<div id="violence" class="nbr_cam1">2</div>
<div id="vol" class="nbr_cam">1</div>
<div id="stup" class="nbr_cam">3</div>
<div id="deg" class="nbr_cam">1</div>
<div id="viol" class="nbr_cam">2</div>
<div id="exhib" class="nbr_cam">3</div>
<div id="incendie" class="nbr_cam">1</div>
<div id="outrage" class="nbr_cam">2</div>
<div id="bande" class="nbr_cam">4</div>
<div id="disparition" class="nbr_cam">1</div>
<div id="enlev" class="nbr_cam">4</div>
<div id="prox" class="nbr_cam">3</div>
<div id="evas" class="nbr_cam">1</div>
-->
</div>
<div id="conclutxt" class="fiche">
<font size="+2" style="font-weight:bold">Et après ?</font><br><br>
<p>
<font size="+1" style="line-height:15pt;">
Dans la course aux résultats, la capitale girondine peut se targuer de dépasser des villes très surveillées comme Nice ou Strasbourg, selon le numéro 1 de la Police municipale.<br></font><br><font style="line-height:12pt;">
Cela ne prive pas Bordeaux d'envisager une augmentation de son arsenal vidéo. D'ici 2014, quatre à cinq appareils seront disposés dans un nouveau périmètre : la gare Saint-Jean, en pleine mutation pour devenir une escale de la nouvelle ligne TGV. <br><br>
Pour installer une nouvelle caméra, il faut compter un an de réflexion et 5 à 10 000 euros d'investissements, sans compter les frais d'aménagement de tranchées et le travail de câblage.<br><br>
Nous verrons si dans les prochaines années, ces nouveaux objectifs permettront de tracer quelques « buchettes » supplémentaires dans le palmarès des opérations du CVPU.
</font>
</p>
</div>
<div id="credittxt" class="fiche">
<br> <br>
<img src="gif/JB.gif" width="130">
<img src="gif/alix.gif" width="130" style="margin: 0px 0 0 20px;">
<img src="gif/Marc.gif" width="130" style="margin: 57px 0 0 0px;">
<img src="gif/adrien.gif" width="130" style="margin: 57px 0 0 20px;">
<img class="creative" src="images/logocreative.jpg" height="36px">
<div id="lienSRC">LIEN SOURCE 1<br>LIEN SOURCE 2<br>LIEN SOURCE 3<br>LIEN SOURCE 4</div>
</div>
</div>
<div id="map_canvas" style="width: 100%; height: 100%"></div>
</div>
</body>
</html>