Fix overlays in PDF, add overlay URL parameters

This commit is contained in:
Pieter Vander Vennet 2021-10-15 00:52:31 +02:00
parent 891c449058
commit 4e43673de5
9 changed files with 32 additions and 9 deletions

View file

@ -133,7 +133,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
State.state.featureSwitchIsDebugging.map(isDebugging => {
if (isDebugging) {
const config: TagRenderingConfig = new TagRenderingConfig({render: "{all_tags()}"}, new Tag("id", ""), "");
return new TagRenderingAnswer(tags, config)
return new TagRenderingAnswer(tags, config, "all_tags")
}
})
)