I'd like the line's colour to be based on the date the data was collected. For example, I'd like to assign one colour to all of the coordinates collected in week 1, another colour to week 2, and so on.
In the example above, there are two coordinates (collected in week one and two) and two rgb colours. Is it possible to assign one colour to each coordinate.
I'm attempting to accomplish this, so I tried the code below, but I keep getting white for all of the coordinates. I also tried the rgb in decimals (r: 0.0 g: 0.3 b:0.10) and it didn't work.
I'd like the line's colour to be based on the date the data was collected. For example, I'd like to assign one colour to all of the coordinates collected in week 1, another colour to week 2, and so on.
For example, this is simple GeoJSON data
In the example above, there are two coordinates (collected in week one and two) and two rgb colours. Is it possible to assign one colour to each coordinate. I'm attempting to accomplish this, so I tried the code below, but I keep getting white for all of the coordinates. I also tried the rgb in decimals (r: 0.0 g: 0.3 b:0.10) and it didn't work.