Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS

This commit is contained in:
2023-05-06 16:45:07 +08:00
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()
}