refactoring: fix special renderings (partly), deprecate
This commit is contained in:
parent
9b2f92dedc
commit
aaaaf1948d
15 changed files with 160 additions and 95 deletions
|
@ -363,6 +363,7 @@ ${Utils.special_visualizations_importRequirementDocs}
|
|||
}
|
||||
|
||||
export class ConflateButton extends AbstractImportButton {
|
||||
needsNodeDatabase = true
|
||||
constructor() {
|
||||
super(
|
||||
"conflate_button",
|
||||
|
@ -442,6 +443,8 @@ export class ConflateButton extends AbstractImportButton {
|
|||
export class ImportWayButton extends AbstractImportButton implements AutoAction {
|
||||
public readonly supportsAutoAction = true
|
||||
|
||||
needsNodeDatabase = true
|
||||
|
||||
constructor() {
|
||||
super(
|
||||
"import_way_button",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue