Change transport color

This commit is contained in:
Maciej Ziarkowski 2020-02-16 19:49:04 +00:00
parent f68343f03e
commit d4d8d710f9
2 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@
</Rule>
<Rule>
<Filter>[current_landuse_order] = "Transport"</Filter>
<PolygonSymbolizer fill="#b3de69" />
<PolygonSymbolizer fill="#bee8ff" />
</Rule>
<Rule>
<Filter>[current_landuse_order] = "Utilities And Infrastructure"</Filter>

View File

@ -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' },