修改任务线宽

This commit is contained in:
squallzhjch
2023-05-06 16:42:21 +08:00
parent eae10036c8
commit 4c09d95670
3 changed files with 7 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class OmdbTaskLinkLayer(map: Map, private var style: Style) : VectorLayer(map) {
.fillColor(color.toArgb())
.fillAlpha(0.5f)
.strokeColor(color.toArgb())
.strokeWidth(4f)
.strokeWidth(8f)
.fixed(true).build()
}