Skip to content

Commit 4195eaf

Browse files
author
Sandro Santilli
committed
TopoViewer: add direction symbol for "next_right_edge" layer
1 parent a031da7 commit 4195eaf

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_left.qml

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<property key="labeling/dataDefinedProperty18" value=""/>
4747
<property key="labeling/dataDefinedProperty19" value=""/>
4848
<property key="labeling/dataDefinedProperty2" value=""/>
49+
<property key="labeling/dataDefinedProperty20" value=""/>
4950
<property key="labeling/dataDefinedProperty3" value=""/>
5051
<property key="labeling/dataDefinedProperty4" value=""/>
5152
<property key="labeling/dataDefinedProperty5" value=""/>
@@ -63,6 +64,9 @@
6364
<property key="labeling/fontFamily" value="Sans"/>
6465
<property key="labeling/fontItalic" value="false"/>
6566
<property key="labeling/fontLetterSpacing" value="0"/>
67+
<property key="labeling/fontLimitPixelSize" value="false"/>
68+
<property key="labeling/fontMaxPixelSize" value="10000"/>
69+
<property key="labeling/fontMinPixelSize" value="3"/>
6670
<property key="labeling/fontSize" value="7"/>
6771
<property key="labeling/fontSizeInMapUnits" value="false"/>
6872
<property key="labeling/fontStrikeout" value="false"/>
@@ -73,19 +77,23 @@
7377
<property key="labeling/isExpression" value="false"/>
7478
<property key="labeling/labelOffsetInMapUnits" value="true"/>
7579
<property key="labeling/labelPerPart" value="false"/>
80+
<property key="labeling/leftDirectionSymbol" value=""/>
7681
<property key="labeling/mergeLines" value="false"/>
7782
<property key="labeling/minFeatureSize" value="0"/>
7883
<property key="labeling/multiLineLabels" value="false"/>
7984
<property key="labeling/multilineAlign" value="0"/>
8085
<property key="labeling/multilineHeight" value="1"/>
8186
<property key="labeling/namedStyle" value=""/>
8287
<property key="labeling/obstacle" value="true"/>
88+
<property key="labeling/placeDirectionSymbol" value="0"/>
8389
<property key="labeling/placement" value="2"/>
8490
<property key="labeling/placementFlags" value="2"/>
8591
<property key="labeling/plussign" value="true"/>
8692
<property key="labeling/preserveRotation" value="true"/>
8793
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
8894
<property key="labeling/priority" value="2"/>
95+
<property key="labeling/reverseDirectionSymbol" value="false"/>
96+
<property key="labeling/rightDirectionSymbol" value=""/>
8997
<property key="labeling/scaleMax" value="0"/>
9098
<property key="labeling/scaleMin" value="0"/>
9199
<property key="labeling/textColorB" value="0"/>

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/next_right.qml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
2-
<qgis version="1.9.0-Master" minimumScale="0" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
2+
<qgis version="1.9.0-Master" minimumScale="-4.65661e-10" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
33
<transparencyLevelInt>0</transparencyLevelInt>
44
<singlesymbol>
55
<symbol>
@@ -22,7 +22,7 @@
2222
</singlesymbol>
2323
<customproperties>
2424
<property key="labeling" value="pal"/>
25-
<property key="labeling/addDirectionSymbol" value="false"/>
25+
<property key="labeling/addDirectionSymbol" value="true"/>
2626
<property key="labeling/angleOffset" value="0"/>
2727
<property key="labeling/bufferColorB" value="255"/>
2828
<property key="labeling/bufferColorG" value="255"/>
@@ -46,6 +46,7 @@
4646
<property key="labeling/dataDefinedProperty18" value=""/>
4747
<property key="labeling/dataDefinedProperty19" value=""/>
4848
<property key="labeling/dataDefinedProperty2" value=""/>
49+
<property key="labeling/dataDefinedProperty20" value=""/>
4950
<property key="labeling/dataDefinedProperty3" value=""/>
5051
<property key="labeling/dataDefinedProperty4" value=""/>
5152
<property key="labeling/dataDefinedProperty5" value=""/>
@@ -63,6 +64,9 @@
6364
<property key="labeling/fontFamily" value="Sans"/>
6465
<property key="labeling/fontItalic" value="false"/>
6566
<property key="labeling/fontLetterSpacing" value="0"/>
67+
<property key="labeling/fontLimitPixelSize" value="false"/>
68+
<property key="labeling/fontMaxPixelSize" value="10000"/>
69+
<property key="labeling/fontMinPixelSize" value="3"/>
6670
<property key="labeling/fontSize" value="7"/>
6771
<property key="labeling/fontSizeInMapUnits" value="false"/>
6872
<property key="labeling/fontStrikeout" value="false"/>
@@ -73,19 +77,23 @@
7377
<property key="labeling/isExpression" value="false"/>
7478
<property key="labeling/labelOffsetInMapUnits" value="true"/>
7579
<property key="labeling/labelPerPart" value="false"/>
80+
<property key="labeling/leftDirectionSymbol" value=""/>
7681
<property key="labeling/mergeLines" value="false"/>
7782
<property key="labeling/minFeatureSize" value="0"/>
7883
<property key="labeling/multiLineLabels" value="false"/>
79-
<property key="labeling/multilineAlign" value="0"/>
80-
<property key="labeling/multilineHeight" value="1"/>
84+
<property key="labeling/multilineAlign" value="1"/>
85+
<property key="labeling/multilineHeight" value="0.6"/>
8186
<property key="labeling/namedStyle" value=""/>
8287
<property key="labeling/obstacle" value="true"/>
88+
<property key="labeling/placeDirectionSymbol" value="0"/>
8389
<property key="labeling/placement" value="2"/>
8490
<property key="labeling/placementFlags" value="4"/>
8591
<property key="labeling/plussign" value="true"/>
8692
<property key="labeling/preserveRotation" value="true"/>
8793
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
8894
<property key="labeling/priority" value="3"/>
95+
<property key="labeling/reverseDirectionSymbol" value="true"/>
96+
<property key="labeling/rightDirectionSymbol" value=""/>
8997
<property key="labeling/scaleMax" value="0"/>
9098
<property key="labeling/scaleMin" value="0"/>
9199
<property key="labeling/textColorB" value="0"/>

0 commit comments

Comments
 (0)