make minZoom writable for personal theme
This commit is contained in:
parent
6404ce1694
commit
d85ee64708
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ export default class LayerConfig extends WithContextLoader {
|
|||
public readonly doNotDownload: boolean;
|
||||
public readonly passAllFeatures: boolean;
|
||||
public readonly isShown: TagRenderingConfig;
|
||||
public readonly minzoom: number;
|
||||
public readonly minzoomVisible: number;
|
||||
public minzoom: number;
|
||||
public minzoomVisible: number;
|
||||
public readonly maxzoom: number;
|
||||
public readonly title?: TagRenderingConfig;
|
||||
public readonly titleIcons: TagRenderingConfig[];
|
||||
|
|
Loading…
Reference in a new issue