-
Notifications
You must be signed in to change notification settings - Fork 26
/
app.base.json
189 lines (189 loc) · 5.02 KB
/
app.base.json
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"apiBaseUrl": "http://localhost:8000",
"areaTypeCodeForDistrict": "district",
"featureFlags": {
"appMode": false,
"assignSignalToDepartment": false,
"assignSignalToEmployee": false,
"enableAmsterdamSpecificOverigCategories": false,
"enableCsvExport": false,
"enableMultipleKtoAnswers": false,
"enableMyIncidents": false,
"enableNearIncidents": false,
"enablePublicIncidentsMap": false,
"enablePublicSignalMap": false,
"enableReporter": false,
"fetchDistrictsFromBackend": false,
"fetchQuestionsFromBackend": false,
"mapFilter24Hours": false,
"reporterMailHandledNegativeContactEnabled": false,
"showThorButton": false,
"showVulaanControls": false,
"useProjectenSignalType": false,
"enableForwardIncidentToExternal": false,
"showMainCategories": false,
"showStandardTextAdminV1": true,
"showStandardTextAdminV2": false,
"disableClosingCategoryOverigOverig": false,
"showContactEdit": false
},
"head": {
"androidIcon": "/icon_192x192.png",
"backgroundColor": "#ffffff",
"favicon": "/favicon.png",
"iosIcon": "/icon_180x180.png",
"statusBarStyle": "default",
"themeColor": "#fff"
},
"language": {
"consentToContactSharing": "Ja, ik geef Signalen toestemming om mijn contactgegevens te delen met andere organisaties, als dat nodig is om mijn melding goed op te lossen.",
"district": "Wijk",
"headerTitle": "",
"helpText": "Wij zijn bereikbaar van maandag tot en met vrijdag van 08.00 tot 18.00 uur.",
"helpTextHeader": "Lukt het niet om een melding te doen? Bel het telefoonnummer [070-373 8393](tel:+31703738393)",
"logoDescription": "Logo gemeente",
"mapDescription": "Weet u het adres niet, bel dan 070-373 8393 om telefonisch de melding te maken.",
"phoneNumber": "070-373 8393",
"shortTitle": "Signalen",
"siteAddress": "signalen.org",
"siteTitle": "Signalen",
"smallHeaderTitle": "Signalen",
"title": "Signalen",
"urgentContactInfo": "Voor spoedeisende zaken kunt u ook telefonisch contact opnemen."
},
"links": {
"about": "",
"accessibility": "",
"help": "https://signalen.org/",
"home": "https://signalen.org/",
"privacy": "https://vng.nl/privacyverklaring-vereniging-van-nederlandse-gemeenten"
},
"logo": {
"url": "/assets/images/amsterdam-logo.svg",
"width": "153px",
"height": "68px",
"smallWidth": "68px",
"smallHeight": "29px"
},
"map": {
"keys": {
"dataPlatform": ""
},
"municipality": "amsterdam",
"options": {
"crs": "EPSG:28992",
"center": [
52.3731081,
4.8932945
],
"maxBounds": [
[
52.25168,
4.64034
],
[
52.50536,
5.10737
]
],
"maxNumberOfAssets" : {
"straatverlichting": 3,
"klokken": 1,
"afvalContainer": 5,
"eikenProcessierups": 5
},
"maxZoom": 16,
"minZoom": 8,
"zoom": 10
},
"optionsBackOffice": {
"maxZoom": 16,
"minZoom": 7,
"zoom": 7
},
"optionsAreaMap": {
"focusRadiusMeters": 50,
"zoom": 14,
"maxZoom": 15
},
"optionsOverviewMap": {
"flyToMinZoom": 11
},
"optionsSummaryMap": {
"zoom": 12
},
"optionsIncidentMap": {
"zoom": 9,
"flyToMinZoom": 12,
"flyToMaxZoom": 14
},
"optionsMapInput": {
"zoom": 14
},
"optionsIncidentDetailLocation": {
"zoom": 9
},
"optionsAssetSelector": {
"assetsZoom": 13,
"locationZoom": 14
},
"optionsMyIncidentsMap": {
"zoom": 14
},
"optionsExternalReplyLocation": {
"zoom": 9
},
"optionsExternalReplyMap": {
"zoom": 10
},
"tiles": {
"args": [
"https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0/standaard/EPSG:28992/{z}/{x}/{y}.png"
],
"options": {
"attribution": "Kaartgegevens © Kadaster",
"maxNativeZoom": 14,
"tms": false
}
},
"layers": {
"containers": "https://api.data.amsterdam.nl/v1/wfs/huishoudelijkafval/?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=app:container&COUNT=1000&SRSNAME=urn:ogc:def:crs:EPSG::4326&outputFormat=application/json"
},
"pdok": {
"suggest": "https://api.pdok.nl/bzk/locatieserver/search/v3_1/suggest",
"reverse": "https://api.pdok.nl/bzk/locatieserver/search/v3_1/reverse"
}
},
"oidc": {
"authEndpoint": "http://localhost:5556/auth",
"clientId": "signals",
"responseType": "id_token",
"scope": "openid email profile"
},
"theme": {
"colors": {
"primary": {
"main": "#004699",
"dark": "#00387a"
},
"secondary": {
"main": "#ec0000",
"dark": "#bc0000"
},
"support": {
"valid": "#00a03c",
"invalid": "#ec0000",
"focus": "#fec813"
},
"error": {
"main": "#ec0000"
}
}
},
"frontPageAlert": {
"text":""
},
"additionalCode": {
"css": ""
}
}