forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
b5e5179643
commit
cdc386d8ba
3 changed files with 10 additions and 30 deletions
|
@ -504,9 +504,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Dit gebied wordt beheerd door Natuurpunt",
|
||||
"icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg"
|
||||
}
|
||||
"nl": "Dit gebied wordt beheerd door Natuurpunt"
|
||||
},
|
||||
"icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
|
@ -515,9 +515,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Dit gebied wordt beheerd door {operator}",
|
||||
"icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg"
|
||||
"nl": "Dit gebied wordt beheerd door {operator}"
|
||||
},
|
||||
"icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg",
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
|
@ -527,9 +527,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos",
|
||||
"icon": "./assets/themes/buurtnatuur/ANB.jpg"
|
||||
}
|
||||
"nl": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
},
|
||||
"icon": "./assets/themes/buurtnatuur/ANB.jpg"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"buurtnatuur": {
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "./assets/themes/buurtnatuur/Natuurpunt.jpg"
|
||||
},
|
||||
"2": {
|
||||
"then": "./assets/themes/buurtnatuur/Natuurpunt.jpg"
|
||||
},
|
||||
"3": {
|
||||
"then": "./assets/themes/buurtnatuur/ANB.jpg"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,7 +12,8 @@ mkdir dist/assets 2> /dev/null
|
|||
npm run generate:editor-layer-index
|
||||
npm run generate &&
|
||||
npm run test &&
|
||||
npm run generate:layouts
|
||||
npm run generate:layouts &&
|
||||
npm run generate:layouts # generate:layouts has to be run twice: the personal theme won't pick up all the layers otherwise
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR - stopping the build"
|
||||
|
|
Loading…
Reference in a new issue