-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yml
executable file
·79 lines (79 loc) · 1.87 KB
/
manifest.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
plugin:
name: custom-data-type-geonames
version: 2
url: https://github.com/programmfabrik/easydb-custom-data-type-geonames
displayname:
de-DE: geonames-Verknüpfung
en-US: geonames-Referencing
info:
de-DE: Stellt Verknüpfungen mit der geographischen Datenbank geonames her.
en-US: Use for references to entities of geonames-database.
server:
api-version:
require: 1
webfrontend:
url: custom-data-type-geonames.js
l10n: l10n/
css: custom-data-type-geonames.css
custom_types:
geonames:
update:
script: build/updater/geonames-update.js
timeout: 20
batch_size: 50
interval_base_config: update_interval_geonames.days
mapping:
conceptName:
type: text
conceptURI:
type: text
conceptAncestors:
type: text
config:
schema:
- name: mapbox_api_key
parameters:
value:
type: text
- name: geonames_username
parameters:
value:
type: text
mask:
- name: config_featureclasses
parameters:
value:
type: bool
- name: config_featurecodes
parameters:
value:
type: bool
- name: default_country_code
parameters:
value:
type: text
- name: default_expand
parameters:
value:
type: bool
- name: use_ancestors
parameters:
value:
type: bool
base_config:
- name: update_interval_geonames
group: update_custom_data_type
parameters:
days:
type: int
min: 0
default: 0
position: 0
default_language:
type: text
default: 'de'
position: 1
geonames_username:
type: text
default: ''
position: 1