-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathenv_backup.js
More file actions
644 lines (589 loc) · 38.5 KB
/
env_backup.js
File metadata and controls
644 lines (589 loc) · 38.5 KB
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
try {
window.__env = window.__env || {};
window.__env.appTitle = "KomMonitor (Pilotversion)";
window.__env.loginInfoText = "";
// a unique prefix for the respective KomMonitor instance
// it is used to distuingish between various KomMonitor instances in order to write/read data to/from browser cache
window.__env.localStoragePrefix = "kommonitor-develop";
// Whether or not to enable debug mode
// Setting this to false will disable console output
window.__env.enableDebug = true;
// enable/disable role based access using keycloak
window.__env.enableKeycloakSecurity = true;
// keycloak super admin role name
window.__env.keycloakKomMonitorAdminRoleName = "kommonitor-creator";
// area-based user role permissions
window.__env.keycloakKomMonitorGroupsEditRoleNames = ["client-users-creator", "unit-users-creator"];
window.__env.keycloakKomMonitorThemesEditRoleNames = ["client-themes-creator", "unit-themes-creator"];
window.__env.keycloakKomMonitorGeodataEditRoleNames = ["client-resources-creator", "unit-resources-creator"];
// enable and show/hide switch to toggle basic and advanced mode
// this feature can hide certain app elements via ID if in basic mode
// configure elements in admin page app settings via controls-config file
window.__env.isAdvancedMode = true; // controls if advanced mode is activated on startup
window.__env.showAdvancedModeSwitch = true; // controls if toggle switch is at all displayed for toggling basinc/advanced mode
// enable show/hide of favorite selection within the indicator & georesource widget
window.__env.showFavoriteSelection = true;
// enable/disable certain tools and functions
// controls, which filter modes should be active
// possible values: ["kommonitorRangeFilter", "kommonitorSpatialFilter", "kommonitorThresholdFilter"]
window.__env.filterModes = ["kommonitorRangeFilter", "kommonitorSpatialFilter", "kommonitorThresholdFilter"];
// controls whether the bilance tool should visualize temporal trends or not
window.__env.enableBilanceTrend = true;
// controls whether the scatter plot should include a bivariate regression line or not
window.__env.enableScatterPlotRegression = true;
// controls, which types of georesources should be included
// possible values for infrastructure georesources: ["aoi", "loi", "poi"]
window.__env.enabledGeoresourcesInfrastructure = ["aoi", "poi", "loi"];
// possible values for geoservice georesources: ["wfs", "wms"]
window.__env.enabledGeoresourcesGeoservices = ["wfs", "wms"];
// show bar chart label and average line
window.__env.showBarChartLabel = false;
window.__env.showBarChartAverageLine = true;
// custom report styling
// value: number
window.__env.customReportFontSize = undefined;
// controls whether the mean values (arithmetic and regional) shall be displayed in legend and indicator statistics menus or not
window.__env.enableMeanDataDisplayInLegend = false;
// control additional average/mean lines in line chart, legend and statisticalValues
// allowed options
// 'both' --> both, arithmetic mean and regional mean will be displayed if available
// 'preferRegionalMeanIfAvailable' --> only show one line at a time. regional mean will be preferred if available
// 'regionalMeanOrNone' --> never show arithmetic mean. show regional mean if available or nothing
window.__env.configMeanDataDisplay = 'preferRegionalMeanIfAvailable';
// encrypted data transfer from Data Management API settings
window.__env.encryption = {
enabled: false,
password: "password", // this is shared secret between all components (hence must be set to the exact same value for all participating components)
ivLength_byte: 16
};
/*
PROPERTIES used within greetings window (infoModal component)
to insert custom LOGO by URL with custom width
and adjust individual information text
as well as contact information
*/
window.__env.customLogoURL = "data:image/png;base64,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"; // image format allows all types usable within HTML <img> tag
window.__env.customLogo_onClickURL = "https://www.hochschule-bochum.de/fbg/forschung-und-entwicklung/kommonitor/"; // uses <a> tag to insert clickable link on logo
window.__env.customLogoWidth = "35px"; // height is fixed to 35px; so adjust your custom width to keep aspect ratio
window.__env.customGreetingsContact_name = "Christian Danowski-Buhren";
window.__env.customGreetingsContact_organisation = "Hochschule Bochum, Fachbereich Geodäsie";
window.__env.customGreetingsContact_mail = "christian.danowski-buhren@hs-bochum.de";
window.__env.customGreetingsTextInfoMessage = ""; // as HTML; only set if you want to give users some extra hints; if empty will be ignored
/*
PROPERTIES used within special modal (spatialUnitNotification component)
to show a customizable HTMLText only when user selects a certian spatial unit for any indicator
*/
window.__env.enableSpatialUnitNotificationSelection = false; // controls if a notification should be shown when selecting certain spatial units
window.__env.enableSpatialUnitNotificationButton = false; // enables button to manually open spatial unit notification
window.__env.spatialUnitNotificationSelection = ["Baublockebene"]; // unit(s) for which the notification is shown
window.__env.spatialUnitNotificationTitle = "Informationsverlust auf kleinräumigen Ebenen (Bau- und Mittelblock)"; // title of the notification window
window.__env.spatialUnitNotificationMessage = "Alle Daten, die im KomMonitor dargestellt werden, halten die statistische Geheimhaltung ein. Das bedeutet, dass Angaben zu einzelnen Personen nicht offengelegt werden, insbesondere auch, wenn aus aggregierten Werten Rückschlüsse zu Einzelangaben ermöglicht werden. Aus diesem Grund werden Indikatorenwerte, die in einem räumlichen Aggregat eine absolute Fallzahl von < 3 Einwohnern aufweisen, so behandelt, als hätten diese 0 Einwohner.\
Diese Methode der statistischen Geheimhaltung kann zu einem teilweise hohen Informationsverlust auf kleinräumigen Ebenen führen. Stark differenzierte Indikatoren auf kleinräumigen Ebenen, die insgesamt nur wenige Fallzahlen aufweisen, könnten so an vielen Stellen entsprechend bereinigt worden seien und somit keine validen Werte liefern. \
Dies lässt sich daran erkennen, dass die Fallzahlen insgesamt niedrig sind und viele Gebiete 0-Werte haben. Eine flächendeckendes Bild ist somit nicht möglich. \
Dennoch bieten diese Indikatoren trotz ungenauer Wertedie Möglichkeit, „Hot-Spots“ und „Cluster“ der jeweiligen Indikatoren zu ermitteln. \
Zahlen auf kleinräumige Ebenen sollten vor diesem Hintergrund vorsichtig und sorgfältig interpretiert werden."; // message shown when previous spatial unit is selected
/*
PROPERTIES used within extended info modal (second tab) to show a customizable HTMLText
*/
window.__env.enableExtendedInfoModal = false; // controls if an extra tab should be shown in the info modal.
window.__env.standardInfoModalTabTitle = "Informationen zu KomMonitor" // title of the first tab
window.__env.extendedInfoModalTabTitle = "Weitere Informationen" // title of the second tab
window.__env.extendedInfoModalHTMLMessage = ""; // message in the second tab as HTML
// property names of feature id and name (relevant for all spatial features) - KomMonitor specific
// DO NOT CHANGE THEM - ONLY IF YOU REALLY KNOW WHAT YOU ARE DOING
window.__env.FEATURE_ID_PROPERTY_NAME = "ID";
window.__env.FEATURE_NAME_PROPERTY_NAME = "NAME";
window.__env.VALID_START_DATE_PROPERTY_NAME = "validStartDate";
window.__env.VALID_END_DATE_PROPERTY_NAME = "validEndDate";
window.__env.indicatorDatePrefix = "DATE_";
// Data Management API URL
// window.__env.apiUrl = 'http://kommonitor.fbg-hsbo.de/';
window.__env.apiUrl = 'http://localhost:8085/';
// Base url for Data Management API
window.__env.basePath = 'management';
// Processes API URL
window.__env.targetUrlToProcessesApi = "http://localhost:8099/"
// Open Route Service URL
window.__env.targetUrlToReachabilityService_ORS = 'https://ors5.fbg-hsbo.de';
// Open Trip Planner URL - currently not integrated
window.__env.targetUrlToReachabilityService_OTP = 'http://localhost:8090/opentripplanner';
// Data Imporret URL
window.__env.targetUrlToImporterService = 'http://localhost:8087/importer/';
// KomMonitor Geocoder Proxy
window.__env.targetUrlToGeocoderService = 'https://geocoder.fbg-hsbo.de/nominatim/';
// KomMonitor Spatial Data Processor
window.__env.targetUrlToSpatialDataProcessorInstance = 'http://localhost:8090/';
window.__env.spatialDataProcessor_processName_indicatorReachabilityStatistics = "isochrone-prune";
// optional geometry simplification (a feature of Data Management API)
window.__env.simplifyGeometriesParameterName = "simplifyGeometries";
// allowed values and meaning:
// ["original" --> no simplification; "weak" --> weak simplification,
// "medium" --> medium simplification; "strong" --> string simplification]
window.__env.simplifyGeometriesOptions = [{"label": "nein", "value": "original"}, {"label": "schwach", "value": "weak"}, {"label": "mittel", "value": "medium"}, {"label": "stark", "value": "strong"}];
// use strong as default to minimize size of queried features
// for display, strong simplification is okay
window.__env.simplifyGeometries = "original";
// number of decimals for display of numeric values in app
window.__env.numberOfDecimals = 2;
// starting viewpoint parameters and zoom level
window.__env.initialLatitude = 51.4386432;
window.__env.initialLongitude = 7.0115552;
window.__env.initialZoomLevel = 12;
// window.__env.minZoomLevel = 11;
window.__env.minZoomLevel = 5;
window.__env.maxZoomLevel = 18;
// Controls, which layers will be sortable via drag&drop in Leaflet's layer control
// Possible values ["Raumebenen", "Georessourcen", "Points of Interest", "Lines of Interest", "Areas of Interest", "Indikatoren", "Erreichbarkeiten", "Web Map Services (WMS)", "Web Feature Services (WFS)"]
window.__env.sortableLayers = ["Web Map Services (WMS)"];
window.__env.baseLayers = [ // baseLayers of instance; first will be set as default starting layer
// {
// name: "", // display name
// url: "", // URL to layer
// layerType: "TILE_LAYER", // TILE_LAYER | TILE_LAYER_GRAYSCALE | WMS
// layerName_WMS: "", // only relevant for layers of type WMS - multiple layers comma-separated
// attribution_html: "", // attribution info displayed at the bottom of the map as HTML string
// minZoomLevel: window.__env.minZoomLevel, // min zoom level for this layer (number between 1-20)
// maxZoomLevel: window.__env.maxZoomLevel // max zoom level for this layer (number between 1-20, greater than minZoomLevel)
// },
{
name: "Open Street Map - Graustufen",
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
layerType: "TILE_LAYER_GRAYSCALE",
layerName_WMS: "",
attribution_html: "Map data © <a href='http://openstreetmap.org'>OpenStreetMap</a> contributors",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "Open Street Map - Farbe",
url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
layerType: "TILE_LAYER",
layerName_WMS: "",
attribution_html: "Map data © <a href='http://openstreetmap.org'>OpenStreetMap</a> contributors",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "RVR Stadtplan - Farbe",
url: "https://geodaten.metropoleruhr.de/spw2?",
layerType: "WMS",
layerName_WMS: "stadtplan_rvr",
attribution_html: "Map data © <a href='https://geodaten.metropoleruhr.de'>https://geodaten.metropoleruhr.de</a>",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "RVR Stadtplan - Graublau",
url: "https://geodaten.metropoleruhr.de/spw2?",
layerType: "WMS",
layerName_WMS: "spw2_graublau",
attribution_html: "Map data © <a href='https://geodaten.metropoleruhr.de'>https://geodaten.metropoleruhr.de</a>",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "NRW Digitale Topographische Karte",
url: "https://www.wms.nrw.de/geobasis/wms_nw_dtk?",
layerType: "WMS",
layerName_WMS: "nw_dtk_sw",
attribution_html: "Map data © <a href='https://www.bezreg-koeln.nrw.de/brk_internet/geobasis/'>Geobasis NRW</a>",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: 20
},
{
name: "NRW Digitale Orthophotos (Luftbilder)",
url: "https://www.wms.nrw.de/geobasis/wms_nw_dop?",
layerType: "WMS",
layerName_WMS: "nw_dop_rgb",
attribution_html: "Map data © <a href='https://www.bezreg-koeln.nrw.de/brk_internet/geobasis/'>Geobasis NRW</a>",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "Stadt Essen - Automatisierte Liegenschaftskarte",
url: "https://geo.essen.de/arcgis/services/basemap/Stadtplanpaket_ALK_grau/MapServer/WMSServer?",
layerType: "WMS",
layerName_WMS: "0,1,2,3",
attribution_html: "Stadt Essen: Amt für Geoinformation, Vermessung und Kataster",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
},
{
name: "Stadt Essen - Amtliche Basiskarte",
url: "https://geo.essen.de/arcgis/services/basemap/Uebersicht_ABK_Stadtgrundkarte/MapServer/WMSServer?",
layerType: "WMS",
layerName_WMS: "nw_dop_rgb",
attribution_html: "Stadt Essen: Amt für Geoinformation, Vermessung und Kataster",
minZoomLevel: window.__env.minZoomLevel,
maxZoomLevel: window.__env.maxZoomLevel
}
];
// starting indicator and spatial unit
// if faulty values are provided, a random indicator will be displayed
window.__env.initialIndicatorId = "48a18455-6a52-4e74-bdbf-99237187fc5c";
window.__env.initialSpatialUnitName = "Stadtteilebene";
// various color settings
window.__env.defaultColorForNoDataValues = "rgba(255,255,255,0)";
window.__env.defaultBorderColorForNoDataValues = "black";
window.__env.defaultColorForOutliers_high = "#191919";
window.__env.defaultBorderColorForOutliers_high = "black";
window.__env.defaultFillOpacityForOutliers_high = "0.7";
window.__env.defaultColorForOutliers_low = "#4f4f4f";
window.__env.defaultBorderColorForOutliers_low = "black";
window.__env.defaultFillOpacityForOutliers_low = "0.7";
window.__env.defaultColorForHoveredFeatures = "#e01414";
window.__env.defaultColorForClickedFeatures = "#42e5f4";
window.__env.defaultColorForZeroValues = "#bababa";
window.__env.defaultBorderColor = "black";
window.__env.defaultColorForFilteredValues = "rgba(255,255,255,0)";
window.__env.defaultBorderColorForFilteredValues = "black";
window.__env.defaultFillOpacity = "0.7";
window.__env.defaultFillOpacityForFilteredFeatures = "0.7";
window.__env.defaultFillOpacityForZeroFeatures = "0.7";
window.__env.defaultFillOpacityForNoDataFeatures = "0.7";
window.__env.defaultFillOpacityForHighlightedFeatures = "0.8";
window.__env.useTransparencyOnIndicator = true;
window.__env.useOutlierDetectionOnIndicator = true;
window.__env.classifyZeroSeparately = true;
window.__env.classifyUsingWholeTimeseries = true;
window.__env.useNoDataToggle = false; // true = hide no data values, false = show no data values
// default color for specific classification as ColorBrewer palette name
// i.e. balance mode
// i.e. measure of value classification (German: Schwellwertklassifizierung)
window.__env.defaultColorBrewerPaletteForBalanceIncreasingValues = "Purples";
window.__env.defaultColorBrewerPaletteForBalanceDecreasingValues = "YlOrBr";
window.__env.defaultColorBrewerPaletteForGtMovValues = "YlOrBr";
window.__env.defaultColorBrewerPaletteForLtMovValues = "Blues";
// Custom color schemes
// window.__env.customColorSchemes = {
// Dunkelblau: {
// 3: ["#E2EDFF", "#818BEC", "#25328A"],
// 4: ["#B0BBFF", "#818BEC", "#535EB6", "#25328A"],
// 5: ["#E2EDFF", "#B0BBFF", "#818BEC", "#535EB6", "#25328A"],
// 6: ["#E2EDFF", "#B0BBFF", "#818BEC", "#535EB6", "#25328A", "#001d36"],
// 7: ["#f4fbff", "#E2EDFF", "#B0BBFF", "#818BEC", "#535EB6", "#25328A", "#001d36"],
// 8: ["#f4fbff", "#E2EDFF", "#B0BBFF", "#818BEC", "#535EB6", "#25328A", "#002C58", "#001d36"],
// 9: ["#F7FCFF", "#f4fbff", "#E2EDFF", "#B0BBFF", "#818BEC", "#535EB6", "#25328A", "#002C58", "#001d36"]
// }
// };
// classification
//allowesValues: equal_interval, quantile, jenks
window.__env.defaultClassifyMethod = "equal_interval";
window.__env.disableManualClassification = false;
// array of indicator name substring that shal be used to filter out / hide certain indicators by their name
// e.g. set ["entwicklung"] to hide all indicators whose name contains the substring "entwicklung"
window.__env.arrayOfNameSubstringsForHidingIndicators = [];
// window.__env.arrayOfNameSubstringsForHidingIndicators = [];
window.__env.arrayOfNameSubstringsForHidingGeoresources = [];
// e-mail recipient for feedback mail
window.__env.feedbackMailRecipient = "christian.danowski-buhren@hochschule-bochum.de";
// window.__env.feedbackMailRecipient = "christian.danowski-buhren@hs-bochum.de";
// config array of available options for choosing update interval of indicators
window.__env.updateIntervalOptions = [
{
displayName: "jährlich",
apiName: "YEARLY"
},
{
displayName: "halbjährlich",
apiName: "HALF_YEARLY"
},
{
displayName: "vierteljährlich",
apiName: "QUARTERLY"
},
{
displayName: "monatlich",
apiName: "MONTHLY"
},
{
displayName: "wöchentlich",
apiName: "WEEKLY"
},
{
displayName: "täglich",
apiName: "DAILY"
},
{
displayName: "beliebig",
apiName: "ARBITRARY"
}
];
// config array of available options for choosing creation type of indicators
window.__env.indicatorCreationTypeOptions = [
{
displayName: "manuell",
apiName: "INSERTION"
},
{
displayName: "automatisierte Berechnung durch KomMonitor",
apiName: "COMPUTATION"
}
];
// config array of available options for choosing indicator's unit
window.__env.indicatorUnitOptions = [ "Anzahl", "Anteil", "Prozent", "Einwohner", "m", "m²", "km", "km²", "ha", "dimensionslos", "standardisiert", "z-transformierte Werte"
];
// config array of available options for choosing indicator type of indicators
window.__env.indicatorTypeOptions = [
{
displayName: "Status-Indikator (absolut)",
apiName: "STATUS_ABSOLUTE"
},
{
displayName: "Status-Indikator (relativ)",
apiName: "STATUS_RELATIVE"
},
{
displayName: "Dynamik-Indikator (absolut)",
apiName: "DYNAMIC_ABSOLUTE"
},
{
displayName: "Dynamik-Indikator (relativ)",
apiName: "DYNAMIC_RELATIVE"
},
{
displayName: "Status-Indikator (standardisiert)",
apiName: "STATUS_STANDARDIZED"
},
{
displayName: "Dynamik-Indikator (standardisiert)",
apiName: "DYNAMIC_STANDARDIZED"
}
];
// array of available WMS datasets
window.__env.wmsDatasets = [
// {
// title: "Title of WMS dataset",
// description: "Description as HTML code (HTML tags allowed)",
// url: "URL including '?' as last character (i.e. https://wms.example/myWMS)",
// topicReference: "3af3b65e-4792-4998-8531-54616564b5bc", // id of georesource topic to hang in the WMS entry
// layerName:"laerm" // name of WMS layer to display
// },
{
title: "Lärmkartierung - Test",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "3af3b65e-4792-4998-8531-54616564b5bc",
layerName:"laerm"
},
{
title: "Unfalldaten 2019",
description: "Unfalldaten des statistischen Bundesamtes</b>",
url: "https://www.wms.nrw.de/wms/unfallatlas?",
topicReference: "7255b83f-feb0-4f01-9dc1-6b355447206d",
layerName:"Unfallorte_2019"
},
{
title: "Lärmkartierung - Flugverkehr 24h-Pegel LDEN",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "FLG_DEN"
},
{
title: "Lärmkartierung - Flugverkehr Nachtpegel LNight",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "FLG_NGT"
},
{
title: "Lärmkartierung - Industrie 24h-Pegel LDEN",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "IND_DEN"
},
{
title: "Lärmkartierung - Industrie Nachtpegel LNight",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "IND_NGT"
},
{
title: "Lärmkartierung - Straße 24h-Pegel LDEN",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "STR_DEN"
},
{
title: "Lärmkartierung - Straße Nachtpegel LNight",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "STR_NGT"
},
{
title: "Lärmkartierung - Schiene sonstige 24h-Pegel LDEN",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "SCS_DEN"
},
{
title: "Lärmkartierung - Schiene sonstige Nachtpegel LNight",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "SCS_NGT"
},
{
title: "Lärmkartierung - Schiene Bund 24h-Pegel LDEN",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "SCB_DEN"
},
{
title: "Lärmkartierung - Schiene Bund Nachtpegel LNight",
description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
url: "https://www.wms.nrw.de/umwelt/laerm?",
topicReference: "e94c8100-3790-4ddd-b977-fe48b4f93e26",
layerName: "SCB_NGT"
},
// {
// title: "Lärmkartierung - Gebaeude",
// description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
// url: "https://www.wms.nrw.de/umwelt/laerm?",
// layerName: "Gebaeude"
// },
// {
// title: "Lärmkartierung - Modell",
// description: "Veröffentlichung der Lärmkarten gemäß Lärmkartierung nach Richtlinie 2002/49/EG - EU-Umgebungslärmrichtlinie <br/><br/><b>Maßstabsabhängige Darstellung - ggf. zoomen erforderlich</b>",
// url: "https://www.wms.nrw.de/umwelt/laerm?",
// layerName: "Modell"
// },
{
title: "Versiegelungsgrad - 2006 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessDensity_2006/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - 2009 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessDensity_2009/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - 2012 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_Imperviousness_Density_2012/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "Imperviousness density 2012 20m"
},
{
title: "Versiegelungsgrad - 2015 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessDensity_2015/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - Veränderung 2006-2009 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessChange_06_09/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - Veränderung 2009-2012 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessChange_09_12/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "Imperviousness density change 09-12 20m"
},
{
title: "Versiegelungsgrad - Veränderung 2012-2015 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessChange_12_15/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - Klassifizierte Veränderung 2006-2009 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessClassifiedChange_06_09/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - Klassifizierte Veränderung 2009-2012 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessClassifiedChange_09_12/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Versiegelungsgrad - Klassifizierte Veränderung 2012-2015 anhand von Copernicus Satellitendaten - 20m Rasterzellen",
description: "Mehr Informationen unter <a href='https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness' rel='noopener noreferrer' target='_blank'>https://land.copernicus.eu/pan-european/high-resolution-layers/imperviousness</a>",
url: "https://image.discomap.eea.europa.eu/arcgis/services/GioLandPublic/HRL_ImperviousnessChange_12_15/MapServer/WMSServer?",
topicReference: "c46ecf8b-3f77-4be6-9ec1-851dc48e3eb8",
layerName: "0"
},
{
title: "Bodennutzung - Bebauungsplanumringe",
description: "Umringe der Bebauungspläne gemäß geodaten.metropoleruhr.de",
url: "https://geodaten.metropoleruhr.de/inspire/bodennutzung/metropoleruhr?",
topicReference: null,
layerName: "bplan"
}
];
// array if available WFS datasets
window.__env.wfsDatasets = [
// {
// title: "Title of dataset",
// description: "Description as HTML code (HTML tags allowed)",
// url: "URL of dataset including '?' as last character (i.e. https://wfs.example/myWfS?)",
// featureTypeNamespace: "namespace of featureType",
// featureTypeName: "name of featureType", // // check GetCapabilities Response
// featureTypeGeometryName: "name of geometry property of feature type", // check DescribeFeature Response
// geometryType: "AOI", // POI|LOI|AOI
// poiSymbolColor: "white", // ['white', 'red', 'orange', 'beige', 'green', 'blue', 'purple', 'pink', 'gray', 'black']
// poiMarkerColor: "red", // ['white', 'red', 'orange', 'beige', 'green', 'blue', 'purple', 'pink', 'gray', 'black']
// poiSymbolBootstrap3Name: "home",
// loiColor: "#00aabb", // color for LOI datasets
// loiWidth: 3, // 1 - 5
// loiDashArrayString: "", // e.g. "20, 20" for equal dash/space visuals
// aoiColor: "#00aabb", // color for AOI datasets
// filterFeaturesToMapBBOX: false, // applies BBOX filter to WFS request - if not supported by WFS may lead to error
// filterEncoding: { // only one filter is currently implemented (PropertyIsEqualTo)
// // PropertyIsEqualTo: {
// // propertyName: undefined, // name of property
// // propertyValue: undefined // value of property
// // }
// },
// topicReference: "c712af89-ff11-40ff-ad84-b3592901e085" // id of georesource topic entry which shall be used to display the WFS dataset entry
// },
{
title: "Bodennutzung - Bebauungsplanumringe",
description: "Umringe der Bebauungspläne gemäß geodaten.metropoleruhr.de. <b>WFS-Dienst unterstützt keine räumllichen Filter. Daher müssen zwingend alle Features abgerufen werden</b>.",
url: "https://geodaten.metropoleruhr.de/inspire/bodennutzung/metropoleruhr?",
featureTypeNamespace: "ms",
featureTypeName: "bplan_stand",
featureTypeGeometryName: "geom",
geometryType: "AOI", // POI|LOI|AOI
poiSymbolColor: "white", // ['white', 'red', 'orange', 'beige', 'green', 'blue', 'purple', 'pink', 'gray', 'black']
poiMarkerColor: "red", // ['white', 'red', 'orange', 'beige', 'green', 'blue', 'purple', 'pink', 'gray', 'black']
poiSymbolBootstrap3Name: "home",
loiColor: "#00aabb",
loiWidth: 3,
loiDashArrayString: "",
aoiColor: "#00aabb",
filterFeaturesToMapBBOX: false,
filterEncoding: {
// PropertyIsEqualTo: {
// propertyName: undefined,
// propertyValue: undefined
// }
},
topicReference: "c712af89-ff11-40ff-ad84-b3592901e085"
}
];
} catch (error) {
console.error("Error while evaluating app config. Error is: \n" + error);
}