forked from MapComplete/MapComplete
Fix overlays in PDF, add overlay URL parameters
This commit is contained in:
parent
891c449058
commit
4e43673de5
9 changed files with 32 additions and 9 deletions
|
@ -254,7 +254,7 @@ export default class LayerConfig {
|
|||
)}`;
|
||||
}
|
||||
|
||||
return new TagRenderingConfig("questions", undefined);
|
||||
return new TagRenderingConfig("questions", undefined, context);
|
||||
}
|
||||
|
||||
if (renderingJson["override"] !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue