forked from MapComplete/MapComplete
Fix: cleanup various typing mistakes, remove unused variables, add error handling in opening hours related special visualisations
This commit is contained in:
parent
35cd979b5e
commit
091b7fbba5
16 changed files with 103 additions and 58 deletions
|
|
@ -108,7 +108,7 @@ class OpeningHoursTableVis extends SpecialVisualizationSvelte {
|
|||
},
|
||||
]
|
||||
group = "data"
|
||||
needsUrls = [Constants.countryCoderEndpoint]
|
||||
needsUrls = [Constants.countryCoderInfo]
|
||||
example =
|
||||
"A normal opening hours table can be invoked with `{opening_hours_table()}`. A table for e.g. conditional access with opening hours can be `{opening_hours_table(access:conditional, no @ &LPARENS, &RPARENS)}`"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue