@@ -187,16 +187,27 @@ TEST_CASE("nucleus/vector_style")
187
187
188
188
CHECK (style_buffer[feature_to_style.at (" fill__building__null__null_0" )].x == s.parse_color (" #d9d0c9ff" ));
189
189
CHECK (style_buffer[feature_to_style.at (" fill__landcover__farmland__farmland_0" )].x == s.parse_color (" #eef0d5ff" ));
190
- CHECK (style_buffer[feature_to_style.at (" fill__landcover__farmland__vineyard_0" )].x == s.parse_color (" #aedfa3ff" ));
190
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__farmland__farmland_1" )].x == s.parse_color (" #eef0d5ff" ));
191
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__farmland__vineyard_0" )].x == s.parse_color (" #eef0d5ff" ));
192
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__farmland__vineyard_1" )].x == s.parse_color (" #aedfa3ff" ));
191
193
CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__grass_0" )].x == s.parse_color (" #cdebb0ff" ));
194
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__grass_1" )].x == s.parse_color (" #cdebb0ff" ));
192
195
CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__grassland_0" )].x == s.parse_color (" #cdebb0ff" ));
196
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__grassland_1" )].x == s.parse_color (" #cdebb0ff" ));
193
197
CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__meadow_0" )].x == s.parse_color (" #cdebb0ff" ));
194
- CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__park_0" )].x == s.parse_color (" #c8faccff" ));
195
- CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__scrub_0" )].x == s.parse_color (" #c8d7abff" ));
198
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__meadow_1" )].x == s.parse_color (" #cdebb0ff" ));
199
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__park_0" )].x == s.parse_color (" #cdebb0ff" ));
200
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__park_1" )].x == s.parse_color (" #c8faccff" ));
201
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__scrub_0" )].x == s.parse_color (" #cdebb0ff" ));
202
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__grass__scrub_1" )].x == s.parse_color (" #c8d7abff" ));
196
203
CHECK (style_buffer[feature_to_style.at (" fill__landcover__rock__bare_rock_0" )].x == s.parse_color (" #eee5dcff" ));
204
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__rock__bare_rock_1" )].x == s.parse_color (" #eee5dcff" ));
197
205
CHECK (style_buffer[feature_to_style.at (" fill__landcover__wetland__wetland_0" )].x == s.parse_color (" #add19eff" ));
206
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__wetland__wetland_1" )].x == s.parse_color (" #add19eff" ));
198
207
CHECK (style_buffer[feature_to_style.at (" fill__landcover__wood__forest_0" )].x == s.parse_color (" #add19eff" ));
208
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__wood__forest_1" )].x == s.parse_color (" #add19eff" ));
199
209
CHECK (style_buffer[feature_to_style.at (" fill__landcover__wood__wood_0" )].x == s.parse_color (" #add19eff" ));
210
+ CHECK (style_buffer[feature_to_style.at (" fill__landcover__wood__wood_1" )].x == s.parse_color (" #add19eff" ));
200
211
CHECK (style_buffer[feature_to_style.at (" fill__landuse__commercial__null_0" )].x == s.parse_color (" #f2dad9ff" ));
201
212
CHECK (style_buffer[feature_to_style.at (" fill__landuse__industrial__null_0" )].x == s.parse_color (" #ebdbe8ff" ));
202
213
CHECK (style_buffer[feature_to_style.at (" fill__landuse__pitch__null_0" )].x == s.parse_color (" #aae0cbff" ));
0 commit comments