mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
qgis additions
This commit is contained in:
parent
fecbae826c
commit
20dfb7cfcb
17 changed files with 969 additions and 17 deletions
68
qgis/styles/routes.qml
Normal file
68
qgis/styles/routes.qml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
<qgis styleCategories="Symbology" version="3.28.0">
|
||||
<renderer-v2 type="RuleRenderer">
|
||||
<rules>
|
||||
<rule filter=""type" IN ('majorSea','regional') OR "group" = 'searoutes'" symbol="0" label="Sea routes"/>
|
||||
<rule filter=""type" = 'royal' OR ("group" = 'roads' AND coalesce("type",'')='')" symbol="1" label="Royal road"/>
|
||||
<rule filter=""type" = 'market'" symbol="2" label="Market road"/>
|
||||
<rule filter=""type" = 'local' OR "group" = 'secondary'" symbol="3" label="Local road"/>
|
||||
<rule filter=""type" = 'footpath' OR "group" = 'trails'" symbol="4" label="Footpath"/>
|
||||
<rule else="1" symbol="5" label="Other"/>
|
||||
</rules>
|
||||
<symbols>
|
||||
<symbol type="line" name="0">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="0,137,202,200"/>
|
||||
<prop k="line_width" v="0.8"/>
|
||||
<prop k="customdash" v="6;2"/>
|
||||
<prop k="use_custom_dash" v="1"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
<symbol type="line" name="1">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="159,81,34,255"/>
|
||||
<prop k="line_width" v="1.2"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
<symbol type="line" name="2">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="159,81,34,220"/>
|
||||
<prop k="line_width" v="1.0"/>
|
||||
<prop k="customdash" v="4;2"/>
|
||||
<prop k="use_custom_dash" v="1"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
<symbol type="line" name="3">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="159,81,34,180"/>
|
||||
<prop k="line_width" v="0.8"/>
|
||||
<prop k="customdash" v="2;2"/>
|
||||
<prop k="use_custom_dash" v="1"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
<symbol type="line" name="4">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="120,120,120,200"/>
|
||||
<prop k="line_width" v="0.5"/>
|
||||
<prop k="customdash" v="1;2"/>
|
||||
<prop k="use_custom_dash" v="1"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
<symbol type="line" name="5">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="0,0,0,150"/>
|
||||
<prop k="line_width" v="0.6"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
</symbols>
|
||||
</renderer-v2>
|
||||
</qgis>
|
||||
Loading…
Add table
Add a link
Reference in a new issue