Suppose i have this data:
{ip: "..." , geopoint: "..." , type: "type #1"}
{ip: "..." , geopoint: "..." , type: "type #2"}
{ip: "..." , geopoint: "..." , type: "type #2"}
{ip: "..." , geopoint: "..." , type: "type #1"}
...
Is it possible to color points on a tile map so all geopoints which are type #1 are colored if red for example and geopoints from type #2 are colored in yellow.
For example, on this picture, half of the points would be red and the other half yellow:
Thank you