forked from opengeospatial/ogcapi-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctor.json
46 lines (46 loc) · 1.71 KB
/
asciidoctor.json
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
{
"0": {
"OGC_doc_number": "18-000",
"urn":"http://www.opengis.net/doc/DP/ogcapi-features/1.0",
"title":"OGC API - Features - Users Guide",
"path":"guide/user_guide.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"1": { "OGC_doc_number": "18-058",
"urn":"http://www.opengis.net/doc/IS/ogcapi-features-2/1.0",
"title":"OGC API - Features - Part 2: Extension for Coordinate Reference Systems (by reference)",
"path":"extensions/crs/standard/18-058.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"2": {
"OGC_doc_number": "17-069r3",
"urn":"http://www.opengis.net/doc/IS/ogcapi-features-1/1.0",
"title":"OGC API - Features - Part 1: Core",
"path":"core/standard/17-069.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
}
}