Skip to content

Commit 81caa97

Browse files
authored
Merge pull request #38 from actinia-org/landing-page-and-conformance
Landing page and conformance updates
2 parents abfc0f9 + 7999e43 commit 81caa97

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/actinia_ogc_api_processes_plugin/api/conformance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ def get(self):
3636
"dismiss"
3737
),
3838
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/json",
39+
(
40+
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/"
41+
"ogc-process-description"
42+
),
3943
],
4044
}
4145
return make_response(jsonify(conforms), 200)

src/actinia_ogc_api_processes_plugin/api/landing_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get(self):
5151
"href": f"{base}/api",
5252
"rel": "service-doc",
5353
"type": "application/json",
54-
"title": "API documentation (human-readable)",
54+
"title": "API documentation",
5555
},
5656
{
5757
"href": f"{base}/conformance",

0 commit comments

Comments
 (0)