forked from MapComplete/MapComplete
UX/Studio: improvements to UX, introduce 'expert' mode
This commit is contained in:
parent
8a9650c737
commit
906fa1b1db
245 changed files with 3814 additions and 3950 deletions
|
@ -76,7 +76,7 @@ export class And extends TagsFilter {
|
|||
return this.and
|
||||
.map((t) => t.asHumanString(linkToWiki, shorten, properties))
|
||||
.filter((x) => x !== "")
|
||||
.join("&")
|
||||
.join(" &")
|
||||
}
|
||||
|
||||
isUsableAsAnswer(): boolean {
|
||||
|
|
|
@ -50,7 +50,7 @@ export class Or extends TagsFilter {
|
|||
}
|
||||
|
||||
asHumanString(linkToWiki: boolean, shorten: boolean, properties) {
|
||||
return this.or.map((t) => t.asHumanString(linkToWiki, shorten, properties)).join("|")
|
||||
return this.or.map((t) => t.asHumanString(linkToWiki, shorten, properties)).join(" |")
|
||||
}
|
||||
|
||||
isUsableAsAnswer(): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue