-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
56 lines (54 loc) · 1.69 KB
/
config.js
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
var respecConfig = {
specStatus: "GN-WV",
specType: "IM",
//publishDate: "2023-06-07",
logos: [{
src: 'https://docs.geostandaarden.nl/bro/gen/logo_minbzk.png',
href: "https://www.geobasisregistraties.nl/basisregistraties/ondergrond",
alt: "Ministerie BZK",
width: 776,
height: 163,
id: 'logo_minbzk',}
] ,
editors: [ {
name: "Geonovum",
companyURL: "https://www.geonovum.nl/geo-standaarden/bro-basisregistratie-ondergrond",
}],
authors: [
{ name: "Geonovum",
companyURL: "https://www.geonovum.nl/geo-standaarden/bro-basisregistratie-ondergrond",
}],
localBiblio: {
Maas2017: {
title:
"Toelichting op de legenda van de Geomorfologische kaart van Nederland 1:50 000 ",
authors: ["Maas, G.J."],
date: "2017",
href: "http://legendageomorfologie.wur.nl/",
},
"Koomen-Maas2004": {
title:
"Geomorfologische Kaart Nederland, Achtergronddocument bij het landsdekkende digitale bestand. ",
authors: ["Koomen, A.J.M.", "Maas, G.J"],
date: "2004",
publisher: "Alterra Wageningen UR",
id: "Rapport 1039",
},
},
shortName: "GMM",
pubDomain: "bro",
github: "https://github.com/BROprogramma/GMM",
//previousPublishDate: "2023-05-04",
//previousStatus: "GN-VV",
previousPublishDate: "2023-06-07",
previousStatus: "GN-DEF",
//localBiblio: {
// "ISO19136": {
// "href": "https://www.iso.org/standard/32554.html",
// "title": "ISO 19136:2007 Geographic information -- Geography Markup Language (GML)",
// "authors": [""],
// "date": "September 2007",
// "publisher": "International Organization for Standardization",
// },
//},
};