Fix buurtnatuur colours, add social image
This commit is contained in:
parent
6828699a4c
commit
00eed41e75
8 changed files with 33 additions and 10 deletions
|
@ -36,8 +36,11 @@ export class NatureReserves extends LayerDefinition {
|
|||
return function (properties: any) {
|
||||
let questionSeverity = 0;
|
||||
for (const qd of self.elementsToShow) {
|
||||
if(qd instanceof DescriptionQuestion){
|
||||
continue;
|
||||
}
|
||||
if (qd.IsQuestioning(properties)) {
|
||||
questionSeverity = Math.max(questionSeverity, qd.options.priority ?? 0);
|
||||
questionSeverity = Math.max(questionSeverity, qd.Priority() ?? 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue