mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix failing tests
This commit is contained in:
parent
8b28c040d1
commit
8779091225
@ -467,8 +467,9 @@ class QgsPalLayerSettings
|
|||||||
/** Ordered list of predefined label positions for points. Positions earlier
|
/** Ordered list of predefined label positions for points. Positions earlier
|
||||||
* in the list will be prioritised over later positions. Only used when the placement
|
* in the list will be prioritised over later positions. Only used when the placement
|
||||||
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
|
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
|
||||||
|
* @note not available in Python bindings
|
||||||
*/
|
*/
|
||||||
QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder;
|
//QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder;
|
||||||
|
|
||||||
/** True if only labels which completely fit within a polygon are allowed.
|
/** True if only labels which completely fit within a polygon are allowed.
|
||||||
*/
|
*/
|
||||||
|
@ -456,6 +456,7 @@ class CORE_EXPORT QgsPalLayerSettings
|
|||||||
/** Ordered list of predefined label positions for points. Positions earlier
|
/** Ordered list of predefined label positions for points. Positions earlier
|
||||||
* in the list will be prioritised over later positions. Only used when the placement
|
* in the list will be prioritised over later positions. Only used when the placement
|
||||||
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
|
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
|
||||||
|
* @note not available in Python bindings
|
||||||
*/
|
*/
|
||||||
QVector< PredefinedPointPosition > predefinedPositionOrder;
|
QVector< PredefinedPointPosition > predefinedPositionOrder;
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1005 B After Width: | Height: | Size: 999 B |
Binary file not shown.
Before Width: | Height: | Size: 1004 B After Width: | Height: | Size: 1.2 KiB |
BIN
tests/testdata/labeling/pal_features_v3.sqlite
vendored
BIN
tests/testdata/labeling/pal_features_v3.sqlite
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user