-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-metadata.html
59 lines (57 loc) · 1.56 KB
/
index-metadata.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width"/>
<style>
a{
color:#754a15;
}
a:hover{
color:#8c0209;
}
body, button, input, select, textarea {
color: #333;
font-family: 'Roboto',Arial,sans-serif;
font-size: 1rem;
line-height: 1.7;
}
</style>
<title>Metadata visualiser</title>
</head>
<body>
<!-- <div>detail: type,... voir geonetwork</div>
<div>step 1: groupOwner, facetFormater</div>
<div>step 2: groupOwner, facetFormater, resolution</div>
<div>step 3: status, serviceType, denominator, resolution</div>-->
<div id="formaterCatalogue"></div>
</div>
<script id="formaterConfig" type="application/json" >
{
"lang": "fr",
"ssoLogin": "http://localhost:8080/#/login?",
"ssoLogout": "http://localhost:8080/#/logout?",
"auth": true,
"metadata": "https://cdn.jsdelivr.net/gh/terresolide/formater-map-bbox-vjs@5.1.3/public/metadata/tibet_fr.json",
"checkSSO": "http://api.formater/sso",
"summaryType": {
"step1": "details",
"step2": "subtemplate"
},
"style": {
"primary":"#754a15",
"emphasis": "#dd9946",
"link": "#754a15",
"over": "#8c0209"
},
"temporalExtent":
{
"min": "1920-12-01",
"max": "now"
},
"proxyUrl": "https://api.poleterresolide.fr/interface-services/"
}
</script>
<script src="dist/build.js"></script>
</body>
</html>