Formatting all the JSON files
This commit is contained in:
parent
e057f10409
commit
40a79ab6a6
15 changed files with 50 additions and 39 deletions
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue