forked from MapComplete/MapComplete
Patch script to fix the build
This commit is contained in:
parent
0bf47b12f7
commit
450a65ae24
1 changed files with 5 additions and 0 deletions
|
@ -415,6 +415,11 @@ class LayerOverviewUtils extends Script {
|
|||
sharedLayers.forEach((_, key) => {
|
||||
priviliged.delete(key)
|
||||
})
|
||||
|
||||
// These two get a free pass
|
||||
priviliged.delete("summary")
|
||||
priviliged.delete("last_click")
|
||||
|
||||
if (priviliged.size > 0) {
|
||||
throw (
|
||||
"Priviliged layer " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue