-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
40 lines (37 loc) · 924 Bytes
/
index3.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width"/>
<style>
</style>
<title>Metadata visualiser extrait CDGP</title>
</head>
<body>
<div id="formaterCatalogue"></div>
<script id="formaterConfig" type="application/json" >
{
"lang": "en",
"geonetwork": "http://localhost:8080/geonetwork/",
"summaryType": {
"step1": "step1",
"step2": "step2"
},
"group": [722],
"style": {
"primary":"#05578e",
"emphasis": "#07a8d5",
"link": "#05578e",
"over": "#8c0209"
},
"temporalExtent":
{
"min": "1987-01-01",
"max": "now"
},
"proxyUrl": "https://api.poleterresolide.fr/interface-services/"
}
</script>
<script src="dist/build.js"></script>
</body>
</html>