From 7f4086f5ad8f1f536c9b40b94ff8288b502aabd5 Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Fri, 7 Feb 2020 16:07:18 +0000 Subject: [PATCH] Fix colour scale for height to apex --- app/map_styles/polygon.xml | 16 ++++++---------- app/src/frontend/map/legend.tsx | 13 ++++++------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index 963f5fd2..da299b0d 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -99,33 +99,29 @@ - [size_height] >= 7.73 and [size_height] < 1.138 + [size_height] >= 7.73 and [size_height] < 11.38 - [size_height] >= 1.138 and [size_height] < 1.845 + [size_height] >= 11.38 and [size_height] < 18.45 - [size_height] >= 1.845 and [size_height] < 3.505 + [size_height] >= 18.45 and [size_height] < 35.05 - [size_height] >= 3.505 and [size_height] < 8.930 + [size_height] >= 35.05 and [size_height] < 89.30 - [size_height] >= 8.930 and [size_height] < 15.179 + [size_height] >= 89.30 and [size_height] < 152 - [size_height] >= 15.179 and [size_height] < 99.999 + [size_height] >= 152 - - [size_height] >= 99.999 - -