-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from PDOK/geodatatiles-fix
fix(tiles): fix proxying of collection-level tiles
- Loading branch information
Showing
6 changed files
with
159 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
version: 2.0.0 | ||
title: 'Foobar' | ||
serviceIdentifier: FB | ||
abstract: foo bar baz | ||
license: | ||
name: CC0 1.0 | ||
url: http://creativecommons.org/publicdomain/zero/1.0/deed.nl | ||
baseUrl: http://localhost:8080 | ||
availableLanguages: | ||
- en | ||
ogcApi: | ||
tiles: | ||
# collection-level tiles without tileserver config is invalid | ||
collections: | ||
- id: foo | ||
metadata: | ||
title: Foo | ||
- id: bar | ||
metadata: | ||
title: Bar | ||
- id: baz | ||
metadata: | ||
title: Baz | ||
keywords: | ||
- foo | ||
- bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters