diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index a23f0d3c..3d284e45 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -85,19 +85,19 @@ - [team_info_count] >= 6 and [location_info_count] < 8 + [team_info_count] >= 6 and [team_info_count] < 8 - [team_info_count] >= 4 and [location_info_count] < 6 + [team_info_count] >= 4 and [team_info_count] < 6 - [team_info_count] >= 2 and [location_info_count] < 4 + [team_info_count] >= 2 and [team_info_count] < 4 - [team_info_count] > 0 and [location_info_count] < 2 + [team_info_count] > 0 and [team_info_count] < 2