Huge refactoring (WIP)

This commit is contained in:
Pieter Vander Vennet 2020-10-27 01:01:34 +01:00
parent 62c4f0a928
commit 895aa132ec
55 changed files with 1177 additions and 2190 deletions

View file

@ -276,7 +276,8 @@
"en": "{curator} is the curator of this nature reserve"
},
"freeform": {
"key": "curator"
"key": "curator",
"type": "string"
}
},
{
@ -329,16 +330,17 @@
}
},
{"#": "Surface are",
"render": {
"en": "Surface area: {_surface:ha}Ha",
"mappings": {
"if": "_surface:ha=0",
"then": ""
"render": {
"en": "Surface area: {_surface:ha}Ha",
"mappings": {
"if": "_surface:ha=0",
"then": ""
}
}
}
}
],
"hideUnderlayingFeaturesMinPercentage": 10,
"wayHandling": 1,
"icon": {
"render": "./assets/themes/buurtnatuur/nature_reserve.svg"
},