Formatting all the JSON files

This commit is contained in:
Pieter Vander Vennet 2021-05-19 22:38:41 +02:00
parent e057f10409
commit 40a79ab6a6
15 changed files with 50 additions and 39 deletions

View file

@ -338,10 +338,14 @@
"en": "Surface area: {_surface:ha}Ha",
"nl": "Totale oppervlakte: {_surface:ha}Ha"
},
"mappings":[ {
"mappings": [
{
"if": "_surface:ha=0",
"then": {"*":""}
}]
"then": {
"*": ""
}
}
]
}
],
"hideUnderlayingFeaturesMinPercentage": 10,
@ -372,5 +376,4 @@
}
}
]
}
}