forked from MapComplete/MapComplete
Remove all old 'hideUnderlayingFeaturePercentages' as they aren't used anymore; check in script; fix #431
This commit is contained in:
parent
177649614d
commit
00e2f56d3e
27 changed files with 4 additions and 35 deletions
|
@ -56,6 +56,10 @@ class LayerOverviewUtils {
|
|||
if (path != undefined && path.indexOf(expected) < 0) {
|
||||
errorCount.push("Layer is in an incorrect place. The path is " + path + ", but expected " + expected)
|
||||
}
|
||||
if(layerJson["hideUnderlayingFeaturesMinPercentage"] !== undefined){
|
||||
errorCount.push("Layer "+layer.id+" contains an old 'hideUnderlayingFeaturesMinPercentage'")
|
||||
}
|
||||
|
||||
|
||||
for (const image of images) {
|
||||
if (image.indexOf("{") >= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue