You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carto/test/rendering-mss/issue_284_c.xml

14 lines
386 B

<Style name="style" filter-mode="first">
<Rule>
<Filter>([foo] = 'bar') and ([type] = 'primary')</Filter>
<LineSymbolizer stroke-width="10" stroke="#ff0000" />
</Rule>
<Rule>
<Filter>([foo] = 'bar')</Filter>
<LineSymbolizer stroke-width="10" />
</Rule>
<Rule>
<Filter>([type] = 'primary')</Filter>
<LineSymbolizer stroke="#ff0000" />
</Rule>
</Style>