Skip to content

Commit

Permalink
Manually set the RendererShouldUseSymbolLevels flag on the
Browse files Browse the repository at this point in the history
out-of-the-box "topo road" and "topo main road" symbols, so that
these render beautifully for users with no extra work
  • Loading branch information
nyalldawson committed May 26, 2021
1 parent 86b3459 commit bff6d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/symbology-style.xml
Expand Up @@ -4879,7 +4879,7 @@
</data_defined_properties>
</layer>
</symbol>
<symbol favorite="1" force_rhr="0" name="topo main road" alpha="1" tags="Topology" type="line" clip_to_extent="1">
<symbol favorite="1" force_rhr="0" renderer_should_use_levels="1" name="topo main road" alpha="1" tags="Topology" type="line" clip_to_extent="1">
<layer enabled="1" class="SimpleLine" locked="1" pass="0">
<prop k="capstyle" v="round"/>
<prop k="customdash" v="5;2"/>
Expand Down Expand Up @@ -5186,7 +5186,7 @@
</symbol>
</layer>
</symbol>
<symbol favorite="1" force_rhr="0" name="topo road" alpha="1" tags="Topology" type="line" clip_to_extent="1">
<symbol favorite="1" force_rhr="0" renderer_should_use_levels="1" name="topo road" alpha="1" tags="Topology" type="line" clip_to_extent="1">
<layer enabled="1" class="SimpleLine" locked="1" pass="0">
<prop k="capstyle" v="round"/>
<prop k="customdash" v="5;2"/>
Expand Down

0 comments on commit bff6d5f

Please sign in to comment.