forked from MapComplete/MapComplete
reenabled line 195
This commit is contained in:
parent
f749259b76
commit
7e46aa8656
1 changed files with 1 additions and 2 deletions
|
@ -192,8 +192,7 @@ export default class LayerConfig extends WithContextLoader {
|
|||
this.passAllFeatures = json.passAllFeatures ?? false;
|
||||
this.minzoom = json.minzoom ?? 0;
|
||||
if(json["minZoom"] !== undefined){
|
||||
//throw "At "+context+": minzoom is written all lowercase"
|
||||
// TODO: REENABLE
|
||||
throw "At "+context+": minzoom is written all lowercase"
|
||||
}
|
||||
this.minzoomVisible = json.minzoomVisible ?? this.minzoom;
|
||||
this.shownByDefault = json.shownByDefault ?? true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue