fixed marker-opacity
This commit is contained in:
parent
19e0145fee
commit
4421294a4e
@ -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']
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user