Few extra tweaks
This commit is contained in:
parent
8d3c8ed9d9
commit
7757bb051c
5 changed files with 24 additions and 10 deletions
|
@ -234,7 +234,7 @@ export class CustomLayoutFromJSON {
|
|||
name: t(json.title),
|
||||
icon: json.icon,
|
||||
minzoom: json.minzoom,
|
||||
title: tr(json.title),
|
||||
title: tr(json.title) ,
|
||||
presets: json.presets.map((preset) => {
|
||||
return CustomLayoutFromJSON.PresetFromJson(json, preset)
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue