map: less obstrusive client color

This commit is contained in:
Nils Schneider 2015-04-17 23:51:03 +02:00
parent 1ed8a56031
commit 139e3c1a32

View file

@ -56,7 +56,7 @@ define(["leaflet"],
}
})
ctx.fillStyle = "#294D66"
ctx.fillStyle = "rgba(153, 118, 16, 0.5)"
ctx.fill()
}
})