This commit is contained in:
Vincent Privat
2024-07-02 08:28:13 +02:00
committed by GitHub
parent db0dc5053d
commit cbab803c0d
20 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ def get_collection_items(
HTTPStatus.BAD_REQUEST, headers, request.format,
'NoApplicableCode', msg)
elif len(bbox) > 0:
# bbox but no bbox-crs parm: assume bbox is in default CRS
# bbox but no bbox-crs param: assume bbox is in default CRS
bbox_crs = DEFAULT_CRS
# Transform bbox to storageCRS
+1 -1
View File
@@ -726,7 +726,7 @@ def get_oas_30(cfg: dict, locale: str) -> tuple[list[dict[str, str]], dict[str,
paths['/jobs/{jobId}/results'] = {
'get': {
'summary': 'Retrieve job results',
'description': 'Retrive job resiults',
'description': 'Retrieve job results',
'tags': ['jobs'],
'parameters': [
name_in_path,