diff --git a/app/map_styles/polygon.xml b/app/map_styles/polygon.xml index da299b0d..0e23cc7c 100644 --- a/app/map_styles/polygon.xml +++ b/app/map_styles/polygon.xml @@ -295,7 +295,7 @@ [current_landuse_order] = "Transport" - + [current_landuse_order] = "Utilities And Infrastructure" diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 52eb01db..226c490a 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -26,7 +26,7 @@ const LEGEND_CONFIG = { { color: '#f5f58f', text: 'Industry And Business' }, { color: '#73ccd1', text: 'Community Services' }, { color: '#ffbfbf', text: 'Recreation And Leisure' }, - { color: '#b3de69', text: 'Transport' }, + { color: '#bee8ff', text: 'Transport' }, { color: '#cccccc', text: 'Utilities And Infrastructure' }, { color: '#52403C', text: 'Agriculture And Fisheries' }, { color: '#898944', text: 'Defence' },