Bug report #20394
Label Placement cartographic position priority value validation not allowing correct values
Status: | Rejected | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Labelling | ||
Affected QGIS version: | 3.4.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 28214 |
Description
So when attempting to create a comma separated list of strings the expression is invalid, I have tried a number of iterations.
'R','L'
R,L
['R','L']
'TL','TSL','T','TSR','TR','L','R','BL','BSL','B'
History
#1 Updated by Nyall Dawson about 6 years ago
- Resolution set to invalid
- Status changed from Open to Rejected
It would be
'R,L'
#2 Updated by Aaron Evans about 6 years ago
Well now I feel quite silly, thank you.