Skip to content

Commit

Permalink
Updated to crs-features-ogc-adr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSander committed Mar 16, 2023
1 parent 19cc77a commit d1c4668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/pygeoapi/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export DOCKER_IMAGE_VERSION="dev"
export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}"

export PYGEOAPI_REPO="https://github.com/geopython/pygeoapi"
export PYGEOAPI_BRANCH="crs-features-ogc"
export PYGEOAPI_BRANCH="crs-features-ogc-adr"
export PYGEOAPI_REPO_ZIP="${PYGEOAPI_REPO}/archive/refs/heads/${PYGEOAPI_BRANCH}.zip"
5 changes: 5 additions & 0 deletions services/pygeoapi/local.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ server:
# url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
# attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data &copy; <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
ogc_schemas_location: /schemas.opengis.net
api_rules:
# api_version: 1.2.3 # omit to use pygeoapi's software version
# strict_slashes: true # trailing slashes will not be allowed and result in a 404
# url_prefix: 'v{api_major}' # adds a /v1 prefix to all URL paths
version_header: X-API-Version # add a response header of this name with the API version

logging:
level: ERROR
Expand Down

0 comments on commit d1c4668

Please sign in to comment.