mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
qgis additions
This commit is contained in:
parent
fecbae826c
commit
20dfb7cfcb
17 changed files with 969 additions and 17 deletions
25
qgis/styles/regiments.qml
Normal file
25
qgis/styles/regiments.qml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<qgis styleCategories="Symbology" version="3.28.0">
|
||||
<renderer-v2 type="singleSymbol">
|
||||
<symbols>
|
||||
<symbol type="marker" name="0">
|
||||
<layer class="SimpleMarker">
|
||||
<prop k="name" v="square"/>
|
||||
<prop k="color" v="200,0,0,220"/>
|
||||
<prop k="outline_color" v="0,0,0,255"/>
|
||||
<prop k="size" v="3"/>
|
||||
</layer>
|
||||
</symbol>
|
||||
</symbols>
|
||||
</renderer-v2>
|
||||
<labeling type="rule-based">
|
||||
<rules>
|
||||
<rule>
|
||||
<settings>
|
||||
<text-style field="totalUnits" fontSize="8" namedStyle="Normal" isExpression="0"/>
|
||||
<text-buffer bufferDraw="1" bufferColor="255,255,255,255" bufferSize="1"/>
|
||||
</settings>
|
||||
</rule>
|
||||
</rules>
|
||||
</labeling>
|
||||
</qgis>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue