fixed marker-opacity

This commit is contained in:
javi 2015-12-01 20:10:58 +01:00
parent 19e0145fee
commit 4421294a4e

View File

@ -24,7 +24,7 @@ torque.extend(PixelRenderer.prototype, PointRenderer.prototype, {
return {
width: st['marker-width'],
color: st['marker-fill'],
fill_opacity: st['marker-fill-opacity']
fill_opacity: st['marker-fill-opacity'] === undefined ? 1.0: st['marker-fill-opacity']
}
},