-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (56 loc) · 2.6 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CGET - Cartopratique </title>
<link rel="preload" href="font/titilliumweb-bold-webfont.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="font/titilliumweb-bold-webfont.woff" as="font" type="font/woff" crossorigin="anonymous">
<link rel="preload" href="font/titilliumweb-regular-webfont.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="font/titilliumweb-regular-webfont.woff" as="font" type="font/woff" crossorigin="anonymous">
<link rel="preload" href="font/titilliumweb-light-webfont.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="font/titilliumweb-light-webfont.woff" as="font" type="font/woff" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/font.css">
<style>
*{
font-size: 100%;
font-family: "Titillium Web";
}
html{
margin-left: 1%;
}
ul{
list-style: none;
}
</style>
</head>
<body>
<p>Dataviz de l'ONPV</p>
<ul>
<li><a href="onpv/graph1/onpv_graph1.html">Graphique 1 - ONPV</a></li>
<li><a href="onpv/graph2/onpv_graph2.html">Graphique 2 - ONPV</a></li>
<li><a href="onpv/graph3/onpv_graph3.html">Graphique 3 - ONPV</a></li>
</ul>
<br><br>
<hr>
<p>Tuto Carto (en cours)</p>
Utilisation de la librairie <b>topojson v.3.0.2</b>
<br>Utilisation de la librairie <b>d3 v.5.0.7</b>
<ul>
<li><a href="carto/carto1/carto1.html">geojson vs topojson</a></li>
<li><a href="carto/carto2/carto2.html">d3 promise multiple files</a></li>
<li><a href="carto/carto3/carto3.html">center map</a></li>
<li><a href="carto/carto4/carto4.html">best center map</a></li>
<li><a href="carto/carto5/carto5.html">display multiple json</a></li>
<li><a href="carto/carto6/carto6.html">animation contour viewport + survol ze</a></li>
<li><a href="carto/carto7/carto7.html">resize map</a></li>
<li><a href="carto/carto8/carto8.html">responsive iframe</a></li>
<li><a href="carto/carto9/carto9.html">zoom & pan</a></li>
<li><a href="carto/carto10/carto10.html">centroid</a></li>
<li><a href="carto/carto11/carto11.html">scale zoom centroid</a></li>
<li><a href="carto/carto12/carto12.html">proportional symbol - data json</a></li>
<li><a href="carto/carto13/carto13.html">proportional symbol - data csv</a></li>
</ul>
</body>
</html>