Formatting, translations

This commit is contained in:
Pieter Vander Vennet 2021-11-04 17:03:12 +01:00
parent 6fc4e96a87
commit 1a2636f19e
3 changed files with 13 additions and 5 deletions

View file

@ -31,12 +31,11 @@
{ {
"width": "3", "width": "3",
"color": "#00f", "color": "#00f",
"dasharray": { "dasharray": {
"render": "", "render": "",
"mappings": [ "mappings": [
{ {
"if": "resulting-geometry=yes", "if": "resulting-geometry=yes",
"then": "6 6" "then": "6 6"
} }
] ]

View file

@ -48,7 +48,7 @@
"tagRenderings": [ "tagRenderings": [
"images", "images",
{ {
"id": "Minimap", "id": "Minimap",
"render": "{minimap(17): height: 10rem; overflow: hidden; border: 1px solid #DADADA; border-radius: 0.5rem; }" "render": "{minimap(17): height: 10rem; overflow: hidden; border: 1px solid #DADADA; border-radius: 0.5rem; }"
} }
], ],
@ -225,4 +225,4 @@
] ]
} }
] ]
} }

View file

@ -793,7 +793,16 @@
"title": "Ghost bikes" "title": "Ghost bikes"
}, },
"grb": { "grb": {
"description": "This theme is an attempt to help automating the GRB import.<br/>Note that this is very hacky and 'steals' the GRB data from an external site; in order to do this, you need to install and activate <a href='https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/'>this firefox extension</a> for it to work." "description": "This theme is an attempt to help automating the GRB import.<br/>Note that this is very hacky and 'steals' the GRB data from an external site; in order to do this, you need to install and activate <a href='https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/'>this firefox extension</a> for it to work.",
"layers": {
"1": {
"tagRenderings": {
"building type": {
"question": "What kind of building is this?"
}
}
}
}
}, },
"hackerspaces": { "hackerspaces": {
"description": "On this map you can see hackerspaces, add a new hackerspace or update data directly", "description": "On this map you can see hackerspaces, add a new hackerspace or update data directly",