forked from MapComplete/MapComplete
Themes(rolling_stock): add preset type selection + fix typo
This commit is contained in:
parent
12ea5231cf
commit
d711b6a8ef
2 changed files with 5 additions and 1 deletions
|
@ -150,6 +150,10 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "preset_type",
|
||||
"render": "{preset_type_select()}"
|
||||
},
|
||||
"wikipedia",
|
||||
{
|
||||
"id": "model",
|
||||
|
|
|
@ -21,7 +21,7 @@ class QuestionViz implements SpecialVisualizationSvelte {
|
|||
funcName = "questions"
|
||||
needsUrls = []
|
||||
docs =
|
||||
"The special element which shows the questions which are unkown. Added by default if not yet there"
|
||||
"The special element which shows the questions which are unknown. Added by default if not yet there"
|
||||
args = [
|
||||
{
|
||||
name: "labels",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue