map: less obstrusive client color
This commit is contained in:
parent
1ed8a56031
commit
139e3c1a32
|
@ -56,7 +56,7 @@ define(["leaflet"],
|
|||
}
|
||||
})
|
||||
|
||||
ctx.fillStyle = "#294D66"
|
||||
ctx.fillStyle = "rgba(153, 118, 16, 0.5)"
|
||||
ctx.fill()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue