@@ -77,7 +77,7 @@ void QgsSymbolLayer::initPropertyDefinitions()
77
77
{ QgsSymbolLayer::PropertyAlpha, QgsPropertyDefinition ( " alpha" , QObject::tr ( " Opacity" ), QgsPropertyDefinition::Double0To1 )},
78
78
{ QgsSymbolLayer::PropertyCustomDash, QgsPropertyDefinition ( " customDash" , QgsPropertyDefinition::DataTypeString, QObject::tr ( " Custom dash pattern" ), QObject::tr ( " [<b><dash>;<space></b>] e.g. '8;2;1;2'" ) )},
79
79
{ QgsSymbolLayer::PropertyCapStyle, QgsPropertyDefinition ( " capStyle" , QObject::tr ( " Line cap style" ), QgsPropertyDefinition::CapStyle )},
80
- { QgsSymbolLayer::PropertyPlacement, QgsPropertyDefinition ( " placement" , QgsPropertyDefinition::DataTypeString, QObject::tr ( " Marker placement" ), QObject::tr ( " string " ) + " [<b>vertex</b>|<b>lastvertex</b>|<b>firstvertex</b>|<b>centerpoint</b>]" )},
80
+ { QgsSymbolLayer::PropertyPlacement, QgsPropertyDefinition ( " placement" , QgsPropertyDefinition::DataTypeString, QObject::tr ( " Marker placement" ), QObject::tr ( " string " ) + " [<b>interval</b>|<b> vertex</b>|<b>lastvertex</b>|<b>firstvertex</b>|<b>centerpoint</b>|<b>curvepoint </b>]" )},
81
81
{ QgsSymbolLayer::PropertyInterval, QgsPropertyDefinition ( " interval" , QObject::tr ( " Marker interval" ), QgsPropertyDefinition::DoublePositive )},
82
82
{ QgsSymbolLayer::PropertyOffsetAlongLine, QgsPropertyDefinition ( " offsetAlongLine" , QObject::tr ( " Offset along line" ), QgsPropertyDefinition::DoublePositive )},
83
83
{ QgsSymbolLayer::PropertyHorizontalAnchor, QgsPropertyDefinition ( " hAnchor" , QObject::tr ( " Horizontal anchor point" ), QgsPropertyDefinition::HorizontalAnchor )},
0 commit comments