Add more checks on parsing from JSON, fix of those issues on the builtin themes
This commit is contained in:
parent
8da0893c05
commit
97ec893479
9 changed files with 117 additions and 29 deletions
|
@ -161,7 +161,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator~Natuurpunt"
|
||||
"operator=Natuurpunt"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
"en": "What is the reference number of this public bookcase?",
|
||||
"nl": "Wat is het referentienummer van dit boekenruilkastje?"
|
||||
},
|
||||
"condition": "brand=*",
|
||||
"condition": "brand~*",
|
||||
"freeform": {
|
||||
"key": "ref"
|
||||
},
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"maintainer": "MapComlete",
|
||||
"widenfactor": 0.05,
|
||||
"roamingRenderings": [
|
||||
"pictures",
|
||||
{
|
||||
"question": "Is deze straat een fietsstraat?",
|
||||
"mappings": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue