mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
TopoViewer: add direction symbol for "next_right_edge" layer
This commit is contained in:
parent
a031da77b6
commit
4195eaf72a
@ -46,6 +46,7 @@
|
||||
<property key="labeling/dataDefinedProperty18" value=""/>
|
||||
<property key="labeling/dataDefinedProperty19" value=""/>
|
||||
<property key="labeling/dataDefinedProperty2" value=""/>
|
||||
<property key="labeling/dataDefinedProperty20" value=""/>
|
||||
<property key="labeling/dataDefinedProperty3" value=""/>
|
||||
<property key="labeling/dataDefinedProperty4" value=""/>
|
||||
<property key="labeling/dataDefinedProperty5" value=""/>
|
||||
@ -63,6 +64,9 @@
|
||||
<property key="labeling/fontFamily" value="Sans"/>
|
||||
<property key="labeling/fontItalic" value="false"/>
|
||||
<property key="labeling/fontLetterSpacing" value="0"/>
|
||||
<property key="labeling/fontLimitPixelSize" value="false"/>
|
||||
<property key="labeling/fontMaxPixelSize" value="10000"/>
|
||||
<property key="labeling/fontMinPixelSize" value="3"/>
|
||||
<property key="labeling/fontSize" value="7"/>
|
||||
<property key="labeling/fontSizeInMapUnits" value="false"/>
|
||||
<property key="labeling/fontStrikeout" value="false"/>
|
||||
@ -73,6 +77,7 @@
|
||||
<property key="labeling/isExpression" value="false"/>
|
||||
<property key="labeling/labelOffsetInMapUnits" value="true"/>
|
||||
<property key="labeling/labelPerPart" value="false"/>
|
||||
<property key="labeling/leftDirectionSymbol" value="◄ "/>
|
||||
<property key="labeling/mergeLines" value="false"/>
|
||||
<property key="labeling/minFeatureSize" value="0"/>
|
||||
<property key="labeling/multiLineLabels" value="false"/>
|
||||
@ -80,12 +85,15 @@
|
||||
<property key="labeling/multilineHeight" value="1"/>
|
||||
<property key="labeling/namedStyle" value=""/>
|
||||
<property key="labeling/obstacle" value="true"/>
|
||||
<property key="labeling/placeDirectionSymbol" value="0"/>
|
||||
<property key="labeling/placement" value="2"/>
|
||||
<property key="labeling/placementFlags" value="2"/>
|
||||
<property key="labeling/plussign" value="true"/>
|
||||
<property key="labeling/preserveRotation" value="true"/>
|
||||
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
|
||||
<property key="labeling/priority" value="2"/>
|
||||
<property key="labeling/reverseDirectionSymbol" value="false"/>
|
||||
<property key="labeling/rightDirectionSymbol" value=" ►"/>
|
||||
<property key="labeling/scaleMax" value="0"/>
|
||||
<property key="labeling/scaleMin" value="0"/>
|
||||
<property key="labeling/textColorB" value="0"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
|
||||
<qgis version="1.9.0-Master" minimumScale="0" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
|
||||
<qgis version="1.9.0-Master" minimumScale="-4.65661e-10" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
|
||||
<transparencyLevelInt>0</transparencyLevelInt>
|
||||
<singlesymbol>
|
||||
<symbol>
|
||||
@ -22,7 +22,7 @@
|
||||
</singlesymbol>
|
||||
<customproperties>
|
||||
<property key="labeling" value="pal"/>
|
||||
<property key="labeling/addDirectionSymbol" value="false"/>
|
||||
<property key="labeling/addDirectionSymbol" value="true"/>
|
||||
<property key="labeling/angleOffset" value="0"/>
|
||||
<property key="labeling/bufferColorB" value="255"/>
|
||||
<property key="labeling/bufferColorG" value="255"/>
|
||||
@ -46,6 +46,7 @@
|
||||
<property key="labeling/dataDefinedProperty18" value=""/>
|
||||
<property key="labeling/dataDefinedProperty19" value=""/>
|
||||
<property key="labeling/dataDefinedProperty2" value=""/>
|
||||
<property key="labeling/dataDefinedProperty20" value=""/>
|
||||
<property key="labeling/dataDefinedProperty3" value=""/>
|
||||
<property key="labeling/dataDefinedProperty4" value=""/>
|
||||
<property key="labeling/dataDefinedProperty5" value=""/>
|
||||
@ -63,6 +64,9 @@
|
||||
<property key="labeling/fontFamily" value="Sans"/>
|
||||
<property key="labeling/fontItalic" value="false"/>
|
||||
<property key="labeling/fontLetterSpacing" value="0"/>
|
||||
<property key="labeling/fontLimitPixelSize" value="false"/>
|
||||
<property key="labeling/fontMaxPixelSize" value="10000"/>
|
||||
<property key="labeling/fontMinPixelSize" value="3"/>
|
||||
<property key="labeling/fontSize" value="7"/>
|
||||
<property key="labeling/fontSizeInMapUnits" value="false"/>
|
||||
<property key="labeling/fontStrikeout" value="false"/>
|
||||
@ -73,19 +77,23 @@
|
||||
<property key="labeling/isExpression" value="false"/>
|
||||
<property key="labeling/labelOffsetInMapUnits" value="true"/>
|
||||
<property key="labeling/labelPerPart" value="false"/>
|
||||
<property key="labeling/leftDirectionSymbol" value="◄ "/>
|
||||
<property key="labeling/mergeLines" value="false"/>
|
||||
<property key="labeling/minFeatureSize" value="0"/>
|
||||
<property key="labeling/multiLineLabels" value="false"/>
|
||||
<property key="labeling/multilineAlign" value="0"/>
|
||||
<property key="labeling/multilineHeight" value="1"/>
|
||||
<property key="labeling/multilineAlign" value="1"/>
|
||||
<property key="labeling/multilineHeight" value="0.6"/>
|
||||
<property key="labeling/namedStyle" value=""/>
|
||||
<property key="labeling/obstacle" value="true"/>
|
||||
<property key="labeling/placeDirectionSymbol" value="0"/>
|
||||
<property key="labeling/placement" value="2"/>
|
||||
<property key="labeling/placementFlags" value="4"/>
|
||||
<property key="labeling/plussign" value="true"/>
|
||||
<property key="labeling/preserveRotation" value="true"/>
|
||||
<property key="labeling/previewBkgrdColor" value="#ffffff"/>
|
||||
<property key="labeling/priority" value="3"/>
|
||||
<property key="labeling/reverseDirectionSymbol" value="true"/>
|
||||
<property key="labeling/rightDirectionSymbol" value=" ►"/>
|
||||
<property key="labeling/scaleMax" value="0"/>
|
||||
<property key="labeling/scaleMin" value="0"/>
|
||||
<property key="labeling/textColorB" value="0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user