tangrams / tangram

WebGL map rendering engine for creative cartography
https://tangram.city
MIT License
2.22k stars 290 forks source link

Getting a translucent fill #661

Open pnorman opened 6 years ago

pnorman commented 6 years ago

TANGRAM VERSION: 0.152

ENVIRONMENT: Ubuntu 16.04 Firefox ESR

I'm having trouble getting a translucent fill, as in this example

image With fill: inlay I get red with rgba(255, 0, 0, 1) and grey with rgba(255, 0, 0, .9)