diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index 601fa773..a2f88975 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -222,28 +222,32 @@ diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 207c41c0..b1e8bddb 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -102,12 +102,13 @@ const LEGEND_CONFIG = { like: { title: 'Like Me', elements: [ - { color: '#bd0026', text: '👍👍👍 ≥10' }, - { color: '#e31a1c', text: '👍👍 5–10' }, - { color: '#fc4e2a', text: '👍 4' }, - { color: '#fd8d3c', text: '👍 3' }, - { color: '#feb24c', text: '👍 2' }, - { color: '#fed976', text: '👍 1' }, + { color: '#bd0026', text: '👍👍👍👍 100+' }, + { color: '#e31a1c', text: '👍👍👍 50–99' }, + { color: '#fc4e2a', text: '👍👍 20–49' }, + { color: '#fd8d3c', text: '👍👍 10–19' }, + { color: '#feb24c', text: '👍 3–9' }, + { color: '#fed976', text: '👍 2' }, + { color: '#ffe8a9', text: '👍 1'} ] } };