From bbda8fd2b7e59afeb57b1fa8a800b1d382da5355 Mon Sep 17 00:00:00 2001 From: Benjamin Webb <40066515+webb-ben@users.noreply.github.com> Date: Tue, 5 Oct 2021 18:55:57 -0400 Subject: [PATCH 1/2] Update Dockerfile_gcp --- pygeoapi/Dockerfile_gcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/Dockerfile_gcp b/pygeoapi/Dockerfile_gcp index 4c2e023..dd43a70 100644 --- a/pygeoapi/Dockerfile_gcp +++ b/pygeoapi/Dockerfile_gcp @@ -1,5 +1,5 @@ FROM webbben/pygeoapi-river-runner:latest -#last update 2021-10-05T16:26 +#last update 2021-10-05T18:55 #add requirements and mods COPY ./pygeoapi.config.gcp.yml /pygeoapi/local.config.yml From 4d18f121a966520ee6d40dea87e686bd40d88c08 Mon Sep 17 00:00:00 2001 From: Benjamin Webb Date: Thu, 7 Oct 2021 11:35:33 -0400 Subject: [PATCH 2/2] use ogc_fid for id_field --- pygeoapi/Dockerfile | 1 + pygeoapi/Dockerfile_gcp | 2 +- pygeoapi/pygeoapi.config.gcp.yml | 4 ++-- pygeoapi/pygeoapi.config.yml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pygeoapi/Dockerfile b/pygeoapi/Dockerfile index b4bfddd..b48f213 100644 --- a/pygeoapi/Dockerfile +++ b/pygeoapi/Dockerfile @@ -1,4 +1,5 @@ FROM webbben/pygeoapi-river-runner:latest +#last update 2021-10-07T11:30 #add requirements and mods COPY ./pygeoapi.config.yml /pygeoapi/local.config.yml diff --git a/pygeoapi/Dockerfile_gcp b/pygeoapi/Dockerfile_gcp index 8b3fcb6..41983b8 100644 --- a/pygeoapi/Dockerfile_gcp +++ b/pygeoapi/Dockerfile_gcp @@ -1,5 +1,5 @@ FROM webbben/pygeoapi-river-runner:latest -#last update 2021-10-07T09:40 +#last update 2021-10-07T11:30 #add requirements and mods COPY ./pygeoapi.config.gcp.yml /pygeoapi/local.config.yml diff --git a/pygeoapi/pygeoapi.config.gcp.yml b/pygeoapi/pygeoapi.config.gcp.yml index 59f7ed4..8b36d25 100644 --- a/pygeoapi/pygeoapi.config.gcp.yml +++ b/pygeoapi/pygeoapi.config.gcp.yml @@ -28,7 +28,7 @@ server: logging: level: ERROR -# logfile: /tmp/pygeoapi.log + # logfile: /tmp/pygeoapi.log metadata: identification: @@ -108,7 +108,7 @@ resources: password: ${DBPASSWORD} search_path: [public] geom_field: wkb_geometry - id_field: comid + id_field: ogc_fid table: merit_plus river-runner: diff --git a/pygeoapi/pygeoapi.config.yml b/pygeoapi/pygeoapi.config.yml index 5e54c8e..51c05ed 100644 --- a/pygeoapi/pygeoapi.config.yml +++ b/pygeoapi/pygeoapi.config.yml @@ -54,7 +54,7 @@ server: logging: level: ERROR - logfile: /tmp/pygeoapi.log + # logfile: /tmp/pygeoapi.log metadata: identification: @@ -139,7 +139,7 @@ resources: password: ${POSTGRES_PASSWORD} search_path: [public] geom_field: wkb_geometry - id_field: comid + id_field: ogc_fid table: merit_plus river-runner: