From 1fdcee6814648b296902b8a7948b0e129b1c2cd1 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 10 Jun 2022 14:46:56 +0100 Subject: [PATCH] finish prev commit --- app/map_styles/polygon.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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