Add location locking functionality

This commit is contained in:
Pieter Vander Vennet 2021-03-14 20:14:51 +01:00
parent 94c0b8667a
commit 19582853f5
5 changed files with 34 additions and 5 deletions

View file

@ -48,6 +48,8 @@ export default class LayerConfig {
}[];
tagRenderings: TagRenderingConfig [];
private readonly configuration_warnings : string[] = []
constructor(json: LayerConfigJson,
context?: string) {