Skip to content

Commit

Permalink
Merge pull request #60 from PDOK/fix-feature-tiles-combo
Browse files Browse the repository at this point in the history
Fix deployment of features+tiles combined in one API.
  • Loading branch information
rkettelerij authored Sep 28, 2023
2 parents 1051b7f + c95a506 commit 369318e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 701 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ compliance when available. In the case of OGC API Features follow these steps:
- Start a new test session in the TEAM Engine against http://localhost:8080 (or http://host.docker.internal:8080).
- More details in the [features conformance test suite](https://opengeospatial.github.io/ets-ogcapi-features10/).
- Publish test results HTML report in [docs](./docs/ogc-features-test-report) and list below.
- Test results on [27-09-2023](https://htmlpreview.github.io/?https://github.com/PDOK/gokoala/blob/features/docs/ogc-features-test-report/20230927.html)
- Test results on [27-09-2023](https://htmlpreview.github.io/?https://github.com/PDOK/gokoala/blob/master/docs/ogc-features-test-report/20230927.html)

## Misc

Expand Down
5 changes: 3 additions & 2 deletions engine/templates/openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ that are implemented and remove the references to the rest."_ source: OGC API Ti
- Changes:
- Removal of OGC Common endpoints (landing page, api, conformance), already
covered by `common.json`
- Removal of OGC Collection endpoints (we don't support these for Tiles at the
moment)
- Removal of generic OGC Collection types, already covered in `commons-collections.json`
- Also removal of OGC Collection endpoints (we don't support these for Tiles at the
moment), this may change in the future.
- Removal of OGC Style endpoint (/styles), already - and better - covered by `styles.json`
- Removal of GeoJSON as tiles format, only MapBox Vector Tiles are supported.
- Removal of optional parameters for `/tiles` endpoint like datetime (temporal data)
Expand Down
Loading

0 comments on commit 369318e

Please sign in to comment.