We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced9b5d commit fa79e6cCopy full SHA for fa79e6c
pygeoapi/openapi.py
@@ -710,6 +710,7 @@ def get_config_schema():
710
with open(schema_file) as fh2:
711
return yaml_load(fh2)
712
713
+
714
def get_post_resource(res):
715
"""
716
Creates the payload for the POST resource admin request
@@ -722,7 +723,7 @@ def get_post_resource(res):
722
723
724
newres = {newkey: {}}
725
newres[newkey] = res[list(res.keys())[0]]
-
726
727
# remove temporal extent to prevent type conversion issues
728
if 'temporal' in newres[newkey]['extents'].keys():
729
del newres[newkey]['extents']['temporal']
0 commit comments