Re: [Qgis-user] coordinates labels

2019-10-24 Thread bernard ngoruse
user@lists.osgeo.org Subject: [Qgis-user] coordinates labels   Hello. I an trying to label coordinates using the degree sumbol. The statement is : concat(to_string(@grid_number), '°    ')   which produces +39.05    +39.0994 +39.1499 Interval between

Re: [Qgis-user] coordinates labels

2019-10-24 Thread Richard McDonnell
Apologies, extra bracket!! concat(to_string( round(@grid_number,2)), '°') Regards, RIchard From: Richard McDonnell Sent: 24 October 2019 10:13 To: 'bernard ngoruse' ; qgis-user@lists.osgeo.org Subject: RE: [Qgis-user] coordinates labels Hi Bernard, Use the something like the following

Re: [Qgis-user] coordinates labels

2019-10-24 Thread Richard McDonnell
Hi Bernard, Use the something like the following concat(to_string( round( (@grid_number,2)), '°') From: Qgis-user On Behalf Of bernard ngoruse Sent: 24 October 2019 10:03 To: qgis-user@lists.osgeo.org Subject: [Qgis-user] coordinates labels Hello. I an trying to label coordinates using

Re: [Qgis-user] coordinates labels

2019-10-24 Thread Andreas Neumann
Hi, You can use the round() expression function. Andreas On 2019-10-24 11:02, bernard ngoruse wrote: Hello. I an trying to label coordinates using the degree sumbol. The statement is : concat(to_string(@grid_number), '°') which produces + 39.05 +39.0994

[Qgis-user] coordinates labels

2019-10-24 Thread bernard ngoruse
Hello. I an trying to label coordinates using the degree sumbol. The statement is :concat(to_string(@grid_number), '°    ') which produces + 39.05    +39.0994 +39.1499 Interval between each coordinate is 0.05 degrees. How do I avoid the long decimal