Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

labeling shows more decimal places on gisapp #121

Open
mrkskrnr opened this issue Jul 17, 2020 · 1 comment
Open

labeling shows more decimal places on gisapp #121

mrkskrnr opened this issue Jul 17, 2020 · 1 comment

Comments

@mrkskrnr
Copy link

The labels on webclient look different than on local qgis-desktop. if i want to label a layer with a column (datatype: numeric(5,2)) it is shown on local project with maximum 2 digits behind decimal point. but on webclient some of the labels are shown with a lot of more digits.

I also tried to round the expression and to convert it into a string: (to_string(round('field',1)). but it still has this issue on webclient.

screenshot qgis-desktop:
local
screenshot webclient/gisapp:
webclient

@uprel
Copy link
Member

uprel commented Aug 4, 2020

This is definitely QGIS Server 3.4 issue. No one is going to fix QGIS 3.4 so we will see after upgrade to 3.10, but we cannot yet update because of some open issues.

You could try with other types or if this is area or length you could directly use area in formula and not field data. I cannot reproduce this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants