-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig_vectortiles.yaml
56 lines (56 loc) · 1.94 KB
/
config_vectortiles.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
version: 1.0.0
title: Basisregistratie Grootschalige Topografie (BGT)
# shortened title, used in breadcrumb path
serviceIdentifier: BGT
abstract: >-
This is a description about the example dataset in Markdown. See [PDOK BGT dataset](https://www.pdok.nl/introductie/-/article/basisregistratie-grootschalige-topografie-bgt-) for details.
# just a dummy picture, but you can put an actual thumbnail here
thumbnail: bgt.png
resources:
directory: ./examples/resources
keywords:
- keyword1
- keyword2
lastUpdated: "2023-05-08T12:00:00Z"
license:
name: CC0 1.0
url: https://creativecommons.org/publicdomain/zero/1.0/deed.nl
support:
name: Example Support
email: support@example.com
url: https://support.example.com
# further details of the dataset to be shown on the landing page; supports markdown
datasetDetails:
- name: Owner
value: Kadaster (LV-BGT)
- name: Costs
value: None
- name: Metadata OGC API Tiles
value: >-
[OGC API Tiles metadata in Example Register](https://example.com/my-tiles/metadata)
- name: Metadata dataset
value: >-
[Dataset metadata in Example Register](https://example.com/my-dataset/metadata)
datasetCatalogUrl: https://www.pdok.nl/datasets
baseUrl: http://localhost:8080
availableLanguages:
- nl
- en
# how to serve resources (e.g., images, fonts, sprites). Possible values: directory (serve local files), url (serve through reverse proxy)
ogcApi:
# which OGC apis to enable. Possible values: tiles, styles, features, 3dgeovolumes
tiles:
title: BGT
abstract: BGT multi-layer vector tiles
# base URL to webserver or object storage (e.g. azure blob or S3) which hosts the tiles.
tileServer: https://api.pdok.nl/lv/bgt/ogc/v1/tiles
healthCheck:
tilePath: /NetherlandsRDNewQuad/12/1462/2288.pbf # z/y/x order because tileServer follows OGC spec
types:
- vector
supportedSrs:
- srs: EPSG:28992
zoomLevelRange:
start: 12
end: 12