forked from MapComplete/MapComplete
Feature: add possibility to have a title when opening the popup as FloatOver
This commit is contained in:
parent
58dfb93818
commit
5424932f1a
4 changed files with 21 additions and 11 deletions
|
@ -66,7 +66,7 @@ export default class LayerConfig extends WithContextLoader {
|
|||
public readonly syncSelection: (typeof LayerConfig.syncSelectionAllowed)[number] // this is a trick to conver a constant array of strings into a type union of these values
|
||||
|
||||
public readonly _needsFullNodeDatabase: boolean
|
||||
public readonly popupInFloatover
|
||||
public readonly popupInFloatover: boolean | string
|
||||
|
||||
constructor(json: LayerConfigJson, context?: string, official: boolean = true) {
|
||||
context = context + "." + json.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue