Skip to content

Commit

Permalink
rendertextforvectors can now be used to enable / disable text in vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenplieger committed Oct 11, 2024
1 parent bea2089 commit 0262acd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/config/datasets/adaguc.tests.harm_windbarbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<NameMapping name="thinbarb" title="Wind barbs (thinned)" abstract="Rendered with thinned barbs"/>
</Style>

<Style name="Windbarbwithnumbers">
<Style name="Windbarbwithnumbers">
<Scale>1</Scale>
<Offset>0</Offset>
<RenderMethod>barb</RenderMethod>
<RenderSettings rendertextforvectors="true" />
<NameMapping name="barb" title="Wind barbs" abstract="Rendered with barbs and text"/>
<NameMapping name="thinbarb" title="Wind barbs (thinned)" abstract="Rendered with thinned barbs and text"/>
<NameMapping name="barb" title="Wind barbs with number" abstract="Rendered with barbs and wundspeed number"/>
<NameMapping name="thinbarb" title="Wind barbs with number (thinned)" abstract="Rendered with thinned barbs and windpeed number"/>
</Style>

<Layer type="database">
Expand Down

0 comments on commit 0262acd

Please sign in to comment.