Hi,

With Unicode Characters is a good idea. As the code is implemented directly in a QGIS-Expression me remains a mystery. I have searched for the mark on LibreOffice (insert special characters) and then copied using CTRL-C / CTRL-V in the expression.

With this expression:

Case
when @grid_axis = 'x' then (substr(@grid_number ,1,5) || '⁰⁰⁰ ᴱ')
when @grid_axis = 'y' then (substr(@grid_number ,1,5) || '⁰⁰⁰ ᴺ')
end

Do I get the coordinates marking shown in the attached image.

Best wishes

Claas
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to