mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-10-15 11:35:17 +02:00
21 lines
No EOL
578 B
XML
21 lines
No EOL
578 B
XML
<Map srs="epsg:3857">
|
|
<Parameters></Parameters>
|
|
<Style name="class1" filter-mode="first">
|
|
<Rule>
|
|
<Filter>([foo] = 12)</Filter>
|
|
<LineSymbolizer stroke-width="99"></LineSymbolizer>
|
|
</Rule>
|
|
</Style>
|
|
<Style name="class2" filter-mode="first">
|
|
<Rule>
|
|
<Filter>([bar] = 11)</Filter>
|
|
<LineSymbolizer stroke-width="99"></LineSymbolizer>
|
|
</Rule>
|
|
</Style>
|
|
<Layer name="class1" srs="" status="off">
|
|
<StyleName>class1</StyleName>
|
|
</Layer>
|
|
<Layer name="class2" srs="" status="off">
|
|
<StyleName>class2</StyleName>
|
|
</Layer>
|
|
</Map> |