Questions tagged [labeling]
Rendering values from attribute tables as text on maps near their feature. For questions about legend labels use the [legend] tag instead.
2,448 questions
1
vote
1
answer
33
views
Return geometry values based on field in attribute table
I have several linestrings and want to place labels at varying positions along those lines. To not play around with additional (point) features, I need to return the x- and y-position along the ...
0
votes
0
answers
48
views
Labelling in QGIS [closed]
I am looking for a labeling technique recently. I have points and also small lines too. But QGIS couldnt find how to create these rectangular form with label.
1
vote
0
answers
38
views
Duplicate labels on polygons from PBF layer in OpenLayers
When polygon spans 2 tiles, OpenLayers creates 2 labels, one for each tile. How to prevent it?
MRE polygons in PBF tiles rendered by OpenLayers
In empty directory create these two files:
geom.geojson ...
0
votes
0
answers
54
views
Writing label condition to only label additional text if field is null using ArcGIS Pro
I have several fields displaying concentrations from a sample point for different depths, but the depths are not consitant as some only have three, others nine ect. I would like to create labels that ...
0
votes
0
answers
47
views
Rotating Labels when Map is Rotated in Print Composer at same angle
Is it possible to labels in Print Composer Stay rotated as in Project when rotating Map?
Example of bad rotation (milestones are adjusted -11,1 degrees emergency platforms aren't)
As a workaround i ...
2
votes
5
answers
216
views
Expression Builder not allowing multiple expressions with "replace"
I am trying to use the expression label to make a couple simple changes to my labels. I am able to successfully change one using replace-- like so:
replace("columnname", 'oldname', 'newname')...
4
votes
1
answer
131
views
Labels of vector tiles are still visible despite cover with inverted polygon in QGIS
Why when using the xyzvectortiles layer from basemap.de Vector Tiles and covering it with inverted polygons, so only a certain region will be shown, there are still labels around my desired region?
0
votes
1
answer
75
views
QGIS Label With No Geometry Record
I have some weird behaviour with a line feature in QGIS. The line feature has a column called 'Label', it's a text field and they all have only one word, these are depths from the surface starting ...
1
vote
0
answers
72
views
Applying multiple styles for different parts of single label in QGIS [duplicate]
I have a label that display two fields, using the following value:
Name || '\n' || "GW-Disp"
I want the two fields to display differently. e.g. "Name" as bold and "GW-Disp&...
1
vote
2
answers
88
views
Overlapping labels issue in QGIS
There is some overlap in the labels in the screenshot attached below. How do I space them out well without overlapping
0
votes
2
answers
90
views
Wrapping labels on actual newline characters while using HTML formatting
I get values with actual newlines from PostgreSQL (e'\n' in SQL, not just '\n'). Actual newlines where the attribute table shows the strings with actual linebreaks. If I copy and paste such attribute ...
0
votes
2
answers
81
views
Automatically generating tie arrows for polygons sharing attribute
I am trying to simplify labeling for permit polygons- I'd like to set this up with a single label for the permit (fine with 'remove duplicates' in label strategies) and then generate tie arrows to ...
1
vote
0
answers
48
views
QGIS crashes when setting a text label for a vector layer
Release version QGIS 3.16.16 crashes when I try to set a text label for a vector layer using C++ and functions QgsTextFormat and QgsPalLayerSettings. Release with debug information version works ...
0
votes
0
answers
30
views
Disable feature clipping to get correct labels on tiles with QGIS Server
Vector labels are placed in multiple different places when tiles are rendered by QGIS WMS server because vectors (polygons) are clipped by rendered region. How can be the clipping disabled, i.e. force ...
3
votes
2
answers
150
views
QGIS: Lable the vertices of a PolygonZ geometry with their z-coordinates
I got some Polygons from manual terrain measurements with QField. Now I'm trying to label each vertex with it's z-coordinate, but I'm failing to access the data. It works fine for x and y with the ...