Closed traveller195 closed 1 year ago
compare also /var/www/colouring-dresden/app/src/frontend/config/map-config.ts
here it might be the correct place to edit it
../app/map_styles/polygon.xml
see map style for "highlight" in polygon.xml. It will not changed right now, becase of colour contrasts between highlight and location map legend....
<Style name="highlight">
<Rule>
<Filter>@base_data_layer = 'location' or @base_data_layer = 'conservation_area'</Filter>
<LineSymbolizer stroke="#ff0000aa" stroke-width="4.5" />
<LineSymbolizer stroke="#ff0000ff" stroke-width="2.5" />
</Rule>
<Rule>
<ElseFilter />
<LineSymbolizer stroke="#00ffffaa" stroke-width="4.5" />
<LineSymbolizer stroke="#00ffffff" stroke-width="2.5" />
</Rule>
</Style>
it is the only category, which shows selected buildings in red line instead cyan line