Skip to content

Commit a09fdac

Browse files
authored
enable skipping of errorneous collections in /collections (#2267)
1 parent 247ebf7 commit a09fdac

20 files changed

Lines changed: 824 additions & 505 deletions

pygeoapi/api/__init__.py

Lines changed: 22 additions & 466 deletions
Large diffs are not rendered by default.

pygeoapi/api/admin.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Authors: Tom Kralidis <tomkralidis@gmail.com>
44
# Benjamin Webb <benjamin.miller.webb@gmail.com>
55
#
6-
# Copyright (c) 2024 Tom Kralidis
6+
# Copyright (c) 2026 Tom Kralidis
77
# Copyright (c) 2023 Benjamin Webb
88
#
99
# Permission is hereby granted, free of charge, to any person
@@ -39,8 +39,9 @@
3939
from jsonpatch import make_patch
4040
from jsonschema.exceptions import ValidationError
4141

42-
from pygeoapi.api import API, APIRequest, F_HTML
42+
from pygeoapi.api import API, APIRequest
4343
from pygeoapi.config import get_config, validate_config
44+
from pygeoapi.formats import F_HTML
4445
from pygeoapi.openapi import get_oas
4546
from pygeoapi.util import to_json, render_j2_template, yaml_dump
4647

0 commit comments

Comments
 (0)