Questions tagged [text]
Words treated as data by a computer
217 questions
1
vote
0
answers
60
views
Cannot select or delete text in QGIS
Cannot select or delete text in QGIS. I have added some text to a project which I am unable to Select or delete.
I have added text in the mapview with the T+, text tool. Usually you are able to ...
6
votes
2
answers
326
views
Capitalising only first letter of first word (leave rest lower case) in QGIS
I would like to capitalise only the first letter of the first word in an attribute table.
Example: "zand met leem" turns to "Zand met leem"
I found title() in the Field Calculator ...
0
votes
0
answers
71
views
How to make the "add html" item in the layout display text?
I tried to make the "add html" item in the layout display a paragraph of text.This code works well in Python console:
project = QgsProject.instance()
layout_manager = project.layoutManager()
...
2
votes
2
answers
151
views
QGIS Query - Change two text values to same text value within same field via query
I am using QGIS and want a query that will change a text value "TIPPERARY SOUTH" AND "TIPPERARY NORTH" to "TIPPERARY". Both TIPPERARY NORTH and TIPPERARY SOUTH are ...
9
votes
3
answers
409
views
Double underline single label for bird ecology (BTO) notation in QGIS
Is it possible to double underline a single label in QGIS?
I know a single label can be single underlined by going to properties-single label-text-underline, however I'm trying to set up a system of ...
3
votes
1
answer
115
views
Implementing dynamic text widgets with current_value support in QGIS 3.34
I am looking at the Changelog for QGIS 3.30
https://www.youtube.com/watch?v=q7O819lFKc4
Feature: Dynamic text widgets with current_value support: you can now use a Text Widget of attribute form to ...
1
vote
1
answer
112
views
QGIS: Changing text color of dynamic text widgets in attribute form
I want to achieve changing text color of a dynamic text widget in my attribute form. I got the idea from an example of the QGIS Changelog (3.30). There is a GIF explaining the new feature Dynamic text ...
1
vote
1
answer
68
views
Customizing text color in GeoNetwork
I'm developing an application with GeoNetwork 4.2.9, and I'm using docker.
As you can see in the image, I have a background image, and the selected text is white and it can be seen. I've tried to ...
4
votes
1
answer
394
views
Writing ESRI File Geodatabase text fields with fixed length using Python
I am reading and writing a layer to an ESRI File GDB that contains text fields. Standard text fields are stored as objects by GeoPandas. When the GDB is read the text fields have an unlimited length (...
0
votes
2
answers
132
views
Can't select Bold [closed]
I have a text in the layout, but can't select the bold option. I can do it through html, but the boldness ins't enough.
What is the problem?
I have the 3.36.1 version.
0
votes
1
answer
329
views
Creating a toggle button to show/hide help text in a QGIS Plugin using Qt Designer
I am trying to create a QGIS plugin with Qt Designer that includes a button to show and hide text on the left of the window. The button should toggle between showing and hiding a label containing text,...
1
vote
0
answers
147
views
Converting NC into text
I'm struggling to understand how to convert a NetCDF into a CSV or plain text, where I can see the specific values of its variables. The NetCDF documentation recommends a NC to CSV converter, but ...
0
votes
1
answer
63
views
Graduated symbology
I have opened a delimited text file with coordinates XY defined in two columns on the file plus two other columns with data and they are represented in QGIS as a point layer.
I want to symbolize the ...
7
votes
2
answers
2k
views
How to curve text in QGIS layouts
I am wondering if there is a way to curve text inserted as text boxes in QGIS print layout. I am familiar with how to curve layer labels. But in this case, I want to curve text that is not tied to any ...
3
votes
1
answer
122
views
Setting image as font filling in QGIS
Is it possible to use an image as a label font filling to have a result like in the following examples with national flags?