Merge pull request #581 from mz8i/fix/541-transport-color
Change transport color
This commit is contained in:
commit
eccf0f5b04
@ -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>
|
||||
|
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user