Skip to content

Commit

Permalink
Update mdbw_sharing_car.sld
Browse files Browse the repository at this point in the history
added my e-car to style rule filter
  • Loading branch information
rforster32 authored Feb 1, 2024
1 parent 602e0a0 commit 3a16115
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
<Rule>
<Title>Stationsgebunden</Title>
<ogc:Filter>
<ogc:Or>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>feed_id</ogc:PropertyName>
<ogc:Literal>stadtmobil_suedbaden</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>feed_id</ogc:PropertyName>
<ogc:Literal>my-e-car</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Or>
</ogc:Filter>
<PointSymbolizer>
<Graphic>
Expand All @@ -26,7 +32,7 @@
</Fill>
<Stroke>
<CssParameter name="stroke">#dfda0e</CssParameter>
<CssParameter name="stroke-width">0.5</CssParameter>
<CssParameter name="stroke-width">1.3</CssParameter>
</Stroke>
</Mark>
<Size>10</Size>
Expand Down

0 comments on commit 3a16115

Please sign in to comment.