forked from Geonovum/IMGeo-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
30 lines (30 loc) · 871 Bytes
/
config.js
File metadata and controls
30 lines (30 loc) · 871 Bytes
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
var respecConfig = {
specStatus: "GN-WV",
specType: "IM",
maxTocLevel: 5,
//canonicalURI: "WV",
//publishDate: "2017-09-12",
editors: [
{
name: "Arnoud de Boer",
company: "Geonovum",
companyURL: "http://www.geonovum.nl/",
mailto: "a.deboer@geonovum.nl",
note: ""
}
],
//shortName: "shortname",
pubDomain: "http://www.geonovum.nl/bgt-imgeostandaarden",
github: "https://github.com/Geonovm/IMGeo-dev",
//previousPublishDate: "2017-01-01",
//previousStatus: "GN-CV",
//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",
// },
//},
};