-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (146 loc) · 6.15 KB
/
Copy pathindex.html
File metadata and controls
153 lines (146 loc) · 6.15 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Identité / indexation -->
<title>Solutions SIG · Supervision réseau électrique HTA en temps réel | DaVikingCode</title>
<meta
name="description"
content="Plateforme SIG de supervision du réseau électrique HTA (20 kV) en temps réel : cartographie 3D MapLibre, télémétrie SCADA, postes, charges et incidents, et nuage de points LiDAR."
/>
<meta
name="keywords"
content="SIG, supervision réseau électrique, HTA, 20 kV, cartographie 3D, MapLibre, SCADA, télémétrie, jumeau numérique, LiDAR, distribution électrique"
/>
<meta name="author" content="DaVikingCode" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#0b0d12" />
<link rel="canonical" href="https://solutions-sig.davikingcode.com/" />
<!-- Icônes / PWA -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="DaVikingCode · Solutions SIG" />
<meta
property="og:title"
content="Solutions SIG · Supervision réseau électrique HTA en temps réel"
/>
<meta
property="og:description"
content="Plateforme SIG de supervision du réseau électrique HTA en temps réel : cartographie 3D MapLibre, télémétrie SCADA, postes, charges, incidents et nuage de points LiDAR."
/>
<meta property="og:url" content="https://solutions-sig.davikingcode.com/" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:image" content="https://solutions-sig.davikingcode.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Cartographie 3D de supervision du réseau électrique HTA"
/>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@davikingcode" />
<meta
name="twitter:title"
content="Solutions SIG · Supervision réseau électrique HTA en temps réel"
/>
<meta
name="twitter:description"
content="Cartographie 3D MapLibre, télémétrie SCADA, postes, charges, incidents et nuage de points LiDAR — supervision du réseau électrique HTA en temps réel."
/>
<meta name="twitter:image" content="https://solutions-sig.davikingcode.com/og-image.png" />
<!-- Hints de performance : connexions aux fournisseurs de tuiles -->
<link rel="preconnect" href="https://data.geopf.fr" crossorigin />
<link rel="preconnect" href="https://tiles.openfreemap.org" crossorigin />
<link rel="dns-prefetch" href="https://basemaps.cartocdn.com" />
<link rel="dns-prefetch" href="https://server.arcgisonline.com" />
<!-- Préchargement des polices critiques -->
<link
rel="preload"
href="/fonts/aeonik/Aeonik-Regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/fonts/aeonik/Aeonik-Medium.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<!-- Aeonik Black : police du titre LCP (h1 du splash) — préchargée pour ne pas
retarder le Largest Contentful Paint. -->
<link
rel="preload"
href="/fonts/aeonik/Aeonik-Black.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<!-- Données structurées -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://solutions-sig.davikingcode.com/#organization",
"name": "DaVikingCode",
"url": "https://solutions-sig.davikingcode.com/",
"logo": "https://solutions-sig.davikingcode.com/favicon.svg",
"sameAs": [
"https://www.linkedin.com/company/davikingcode/",
"https://x.com/davikingcode"
]
},
{
"@type": "WebSite",
"@id": "https://solutions-sig.davikingcode.com/#website",
"url": "https://solutions-sig.davikingcode.com/",
"name": "Solutions SIG · DaVikingCode",
"inLanguage": "fr-FR",
"publisher": {
"@id": "https://solutions-sig.davikingcode.com/#organization"
}
},
{
"@type": "WebApplication",
"name": "Solutions SIG · Supervision réseau électrique HTA",
"url": "https://solutions-sig.davikingcode.com/",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"inLanguage": "fr-FR",
"description": "Plateforme SIG de supervision du réseau électrique HTA (20 kV) en temps réel : cartographie 3D MapLibre, télémétrie SCADA, postes, charges, incidents et nuage de points LiDAR.",
"publisher": {
"@id": "https://solutions-sig.davikingcode.com/#organization"
}
}
]
}
</script>
</head>
<body>
<div id="root">
<noscript>
<h1>Solutions SIG — Supervision du réseau électrique HTA en temps réel</h1>
<p>
DaVikingCode propose une plateforme SIG (système d'information géographique) dédiée à la
supervision du réseau électrique HTA (moyenne tension 20 kV) en temps réel. La solution
réunit une cartographie 3D fondée sur MapLibre GL, le suivi de la télémétrie SCADA, la
visualisation des postes, des charges et des incidents, ainsi qu'un nuage de points LiDAR
pour le jumeau numérique du terrain.
</p>
<p>
Cette démonstration interactive nécessite JavaScript. Pour en savoir plus, contactez
DaVikingCode.
</p>
</noscript>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>