Fix build, update some references

This commit is contained in:
Robin van der Linde 2022-12-02 18:48:56 +01:00
parent 327a01cb7c
commit b8cf2845e1
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 56 additions and 38 deletions

View file

@ -15,7 +15,7 @@
"es": "Este tema es un intento de automatizar la importación GRB.",
"da": "Dette tema er et forsøg på at hjælpe med at automatisere GRB-importen."
},
"icon": "./assets/themes/grb_import/logo.svg",
"icon": "./assets/themes/grb/logo.svg",
"startLat": 51.0249,
"startLon": 4.026489,
"startZoom": 9,
@ -651,11 +651,11 @@
"mappings": [
{
"if": "_intersects_with_other_features~*",
"then": "./assets/themes/grb_import/warning.svg"
"then": "./assets/themes/grb/warning.svg"
},
{
"if": "addr:housenumber~*",
"then": "./assets/themes/grb_import/housenumber_blank.svg"
"then": "./assets/themes/grb/housenumber_blank.svg"
}
]
},