mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
qgis additions
This commit is contained in:
parent
fecbae826c
commit
20dfb7cfcb
17 changed files with 969 additions and 17 deletions
26
qgis/styles/rivers.qml
Normal file
26
qgis/styles/rivers.qml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<qgis styleCategories="Symbology" version="3.28.0">
|
||||
<renderer-v2 type="singleSymbol">
|
||||
<symbols>
|
||||
<symbol type="line" name="0">
|
||||
<layer class="SimpleLine">
|
||||
<prop k="line_color" v="0,137,202,255"/>
|
||||
<prop k="line_width" v="0.6"/>
|
||||
<prop k="capstyle" v="round"/>
|
||||
<prop k="joinstyle" v="round"/>
|
||||
<data_defined_properties>
|
||||
<Option type="Map">
|
||||
<Option name="properties" type="Map">
|
||||
<Option name="width" type="Map">
|
||||
<Option name="active" type="bool" value="true"/>
|
||||
<Option name="expression" type="QString" value="coalesce("width", 1)"/>
|
||||
<Option name="type" type="int" value="3"/>
|
||||
</Option>
|
||||
</Option>
|
||||
<Option name="type" type="int" value="2"/>
|
||||
</Option>
|
||||
</data_defined_properties>
|
||||
</layer>
|
||||
</symbol>
|
||||
</symbols>
|
||||
</renderer-v2>
|
||||
</qgis>
|
||||
Loading…
Add table
Add a link
Reference in a new issue