-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.master.yml
executable file
·89 lines (86 loc) · 2.06 KB
/
manifest.master.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
80
81
82
83
84
85
86
87
88
89
plugin:
name: custom-data-type-gn250
version: 1.5
url: https://github.com/programmfabrik/fylr-plugin-custom-data-type-gn250
displayname:
de-DE: gn250-Verknüpfung
en-US: gn250-Referencing
info:
de-DE: Stellt Verknüpfungen mit den geographischen Daten des Bundesamtes für Kartographie und Geodäsie her.
en-US: Provides links to the geographic data of the Federal Agency for Cartography and Geodesy.
server:
api-version:
require: 1
l10n: l10n/customDataTypeGN250.csv
webfrontend:
url: customDataTypeGN250.js
css: customDataTypeGN250.css
base_url_prefix: "webfrontend"
custom_types:
gn250:
mapping:
conceptName:
type: text
conceptURI:
type: text
conceptAncestors:
type: text
conceptGeoJSON:
type: geo_json
facetTerm:
type: text_l10n
config:
schema:
- name: mapbox_api_key
parameters:
value:
type: text
mask:
- name: editor_display
parameters:
value:
type: select
options: ["default", "condensed"]
update:
plugin_user:
reference: system:root
exec:
service: "node"
commands:
- prog: "node"
stdin:
type: body
stdout:
type: body
args:
- type: "value"
value: "%_exec.pluginDir%/updater/gn250Updater.js"
- type: "value"
value: "%info.json%"
timeout: 60
batch_size: 1
expires_days: 1
base_config:
- name: update_gn250
group: update_custom_data_type
parameters:
restrict_time:
type: bool
default: false
position: 0
from_time:
type: int
default: 19
min: 0
max: 24
position: 1
to_time:
type: int
default: 4
min: 0
max: 24
position: 2
default_language:
type: text
default: 'de'
position: 3