Skip to content

Commit

Permalink
feat(server): label background padding for markers
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Feb 6, 2023
1 parent ac10b4f commit 160944f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
22 changes: 21 additions & 1 deletion server/pkg/builtin/manifest.yml
Expand Up @@ -765,7 +765,27 @@ extensions:
title: Label background color
ui: color
availableIf:
field: labelBackground
field: label
type: bool
value: true
- id: labelBackgroundPaddingHorizontal
type: number
title: Label padding X
suffix: px
defaultValue: 7
min: 0
availableIf:
field: label
type: bool
value: true
- id: labelBackgroundPaddingVertical
type: number
title: Label padding Y
suffix: px
defaultValue: 5
min: 0
availableIf:
field: label
type: bool
value: true
- id: extrude
Expand Down
8 changes: 6 additions & 2 deletions server/pkg/builtin/manifest_ja.yml
Expand Up @@ -353,9 +353,13 @@ extensions:
labelTypography:
title: ラベルフォント
labelBackground:
title: ラベルの背景
title: ラベル背景
labelBackgroundColor:
title: ラベルの背景色
title: ラベル背景色
labelBackgroundPaddingHorizontal:
title: ラベル背景余白左右
labelBackgroundPaddingVertical:
title: ラベル背景余白上下
extrude:
title: 地面から線を伸ばす
polyline:
Expand Down

0 comments on commit 160944f

Please sign in to comment.