Skip to content

Commit 98658ef

Browse files
author
Sandro Santilli
committed
Use ASCII direction arrows
1 parent 81a2132 commit 98658ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<property key="labeling/isExpression" value="false"/>
7878
<property key="labeling/labelOffsetInMapUnits" value="true"/>
7979
<property key="labeling/labelPerPart" value="false"/>
80-
<property key="labeling/leftDirectionSymbol" value=" "/>
80+
<property key="labeling/leftDirectionSymbol" value="< "/>
8181
<property key="labeling/mergeLines" value="false"/>
8282
<property key="labeling/minFeatureSize" value="0"/>
8383
<property key="labeling/multiLineLabels" value="false"/>
@@ -93,7 +93,7 @@
9393
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
9494
<property key="labeling/priority" value="2"/>
9595
<property key="labeling/reverseDirectionSymbol" value="false"/>
96-
<property key="labeling/rightDirectionSymbol" value=" "/>
96+
<property key="labeling/rightDirectionSymbol" value=" >"/>
9797
<property key="labeling/scaleMax" value="0"/>
9898
<property key="labeling/scaleMin" value="0"/>
9999
<property key="labeling/textColorB" value="0"/>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<property key="labeling/isExpression" value="false"/>
7878
<property key="labeling/labelOffsetInMapUnits" value="true"/>
7979
<property key="labeling/labelPerPart" value="false"/>
80-
<property key="labeling/leftDirectionSymbol" value=" "/>
80+
<property key="labeling/leftDirectionSymbol" value="< "/>
8181
<property key="labeling/mergeLines" value="false"/>
8282
<property key="labeling/minFeatureSize" value="0"/>
8383
<property key="labeling/multiLineLabels" value="false"/>
@@ -93,7 +93,7 @@
9393
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
9494
<property key="labeling/priority" value="3"/>
9595
<property key="labeling/reverseDirectionSymbol" value="true"/>
96-
<property key="labeling/rightDirectionSymbol" value=" "/>
96+
<property key="labeling/rightDirectionSymbol" value=" >"/>
9797
<property key="labeling/scaleMax" value="0"/>
9898
<property key="labeling/scaleMin" value="0"/>
9999
<property key="labeling/textColorB" value="0"/>

0 commit comments

Comments
 (0)