We’re developing a project with CartoDB and we want to show the elements clustering by zone and showing the most used one (Mode).
We're doing this with Torque Categories, and it works!
The questions is: how can I customize the icons of the markers?
I have tried with these options, and both make the icons disappear.
How can it be done?
Thank you very much,Ra
أكثر...
We're doing this with Torque Categories, and it works!
The questions is: how can I customize the icons of the markers?
I have tried with these options, and both make the icons disappear.
- marker-file on #id[value=X]
#mapId[value=1] { marker-file: url(http://domain.com/Image001.png); }
- marker-file on #id[columnName=”value”]
#mapId[name="TEST"] { marker-file: url(http://domain.com/Image001.png); }
How can it be done?
Thank you very much,Ra
أكثر...