-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo-wfs-config.toml
46 lines (43 loc) · 1.29 KB
/
go-wfs-config.toml
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
[server]
bind_host = "localhost"
bind_port = 9000
url_scheme = "http"
url_hostport = "geo.kralidis.ca"
url_basepath = "/jivan/"
default_mimetype = "application/json; charset=UTF-8"
encoding = "utf-8"
language = "en-US"
pretty_print = true
paging_limit = 10
paging_maxlimit = 1000
[logging]
level = "INFO"
#logfile = "/tmp/jivan.log"
[metadata]
[metadata.identification]
title = "jivan"
description = "jivan is a Go server implementation of OGC WFS 3.0"
keywords = [ "geospatial", "features", "collections", "access" ]
keywords_type = "theme"
fees = "None"
accessconstraints = "None"
[metadata.provider]
name = "Organization Name"
url = "https://github.com/go-spatial/jivan"
[metadata.contact]
name = "Lastname, Firstname"
position = "Position Title"
address = "Mailing Address"
city = "City"
stateorprovince = "Administrative Area"
postalcode = "Zip or Postal Code"
country = "Country"
phone = "+xx-xxx-xxx-xxxx"
fax = "+xx-xxx-xxx-xxxx"
email = "you@example.org"
url = "http://example.org"
hours = "Hours of Service"
instructions = "During hours of service. Off on weekends."
role = "pointOfContact"
[providers]
data = "test-data/athens-osm-20170921.gpkg"