forked from opengeospatial/ogcapi-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctor.json
91 lines (91 loc) · 3.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"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-058r2",
"urn":"http://www.opengis.net/doc/IS/ogcapi-features-2/1.0",
"title":"OGC API - Features - Part 2: 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-069r5",
"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"
]
},
"3": {
"OGC_doc_number": "20-002",
"urn":"http://www.opengis.net/doc/IS/ogcapi-features-4/1.0",
"title":"OGC API - Features - Part 4: Create, Replace, Update and Delete",
"path":"extensions/transactions/create-replace-update-delete/standard/20-002.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"4": {
"OGC_doc_number": "19-079r1",
"urn":"http://www.opengis.net/doc/IS/ogcapi-features-3/1.0",
"title":"OGC API - Features - Part 3: Filtering",
"path":"extensions/filtering/standard/19-079.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"5": {
"OGC_doc_number": "21-065",
"urn":"http://www.opengis.net/doc/IS/cql2/1.0",
"title":"Common Query Language (CQL2)",
"path":"cql2/standard/21-065.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
}
}