-
Notifications
You must be signed in to change notification settings - Fork 2
/
local.config.yml
45 lines (43 loc) · 1.12 KB
/
local.config.yml
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
---
server:
viewEngine: pug
encoding: utf-8
language: en-US
cors: true
x-powered-by: false
prettyPrint: true
limit: 10
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: 'Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
metadata:
identification:
title: Geonovum OGC API Demo Service
description: This OGC API Service is provided by Geonovum from instructional purposes only. The code onGitHub is written with readability in mind, not performance.
keywords:
- geospatial
- data
- api
contact:
contactName: Jane Doe
contactEmail: [email protected]
creatorName: Then big creator
creatorUrl: https://data.somewhere.nl/
publisherName: Acme Inc.
publisherUrl: https://www.example.com/
license:
name: CC0 1.0
url: http://creativecommons.org/publicdomain/zero/1.0/deed.nl
api:
version: 1.2.3
buildingBlock: CRS
enabled: true
additionalCrs:
- code: 25832
forceAxisOrder: NONE
- code: 4258
forceAxisOrder: NONE
- code: 4326
forceAxisOrder: NONE
- code: 3857
forceAxisOrder: NONE