forked from MapComplete/MapComplete
First working version with multi-rendering
This commit is contained in:
parent
b9b8a5c71a
commit
0c0ef48a96
16 changed files with 228 additions and 135 deletions
|
@ -47,6 +47,12 @@ export default class TagRenderingConfig {
|
|||
this.condition = null;
|
||||
}
|
||||
|
||||
if(typeof json === "number"){
|
||||
this.render =Translations.WT( ""+json)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (json === undefined) {
|
||||
throw "Initing a TagRenderingConfig with undefined in " + context;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue