Questions tagged [formatting]
The formatting tag has no summary.
46 questions
0
votes
0
answers
39
views
Text formatting tags in ArcGIS, strikethrough
Is there a text formatting tag for a strikethrough in ArcGIS (Pro)? In element/text symbol/appearance it is possible to check the box "strikethrough" but I only want a single word to be ...
1
vote
0
answers
49
views
ArcGIS problem with text formatting tags in annotation class
I have a file-geodatabase with annotation feature classes where the displayed TextString for the features contains text formatting tags.
Here's an example:
<FNT name = 'Arial' size = '9,41'><...
1
vote
0
answers
52
views
Using GeoServer to transform the properties in a WFS response
I need to transform the properties in a WFS response. Can GeoServer do what I need out of the box, or do I need to write a custom extension?
I've been working through an issue with GeoServer for a ...
1
vote
1
answer
226
views
QGIS conditional formatting in symbology
These data are colored per column in excel using path: Home (tab)--> Conditional Formatting (styles)--> Colour scales--> Blue-White-Red Colour Scale
Each id represents a cluster on the ...
5
votes
1
answer
203
views
Output an attribute table containing reformatted text from an input table
At 3.34.1, I have a Geopackage attribute table containing a single text column with the following form:
Alaska_2021_05_01_to_2021_05_03
Hawaii_2022_11_15_to_2022_11_16
As you can see, each record ...
3
votes
1
answer
240
views
Making a label in QGIS using two different attributes
So I'm currently making a map of ancient Assyrian city names matched with their modern correlates. I uploaded the two names as different attributes starting as different cells in Google Sheets and am ...
0
votes
1
answer
268
views
Text formatting tags in ArcGIS, font-size issue
I have an old MXD-file, which is imported in ArcGIS Pro (v. 2.9). In our project we are making use of text formatting tags to style our annotations.
Now we run into a problem with the font size.
If we ...
4
votes
1
answer
566
views
Converting text date to numbers date using QGIS Field Calculator
I have a shapefile with polygons. Each polygon contains a date (fully written in text, for example: '2 june 2018') in the attribute table. This field is format 'text'. Now, I would like to convert ...
2
votes
1
answer
924
views
ArcGIS Online Dashboard change date format in advanced formatting
I have set up an ArcGIS Online Dashboard using a custom data expression that uses variables for dates as follow:
var start = ToLocal(Date(1970, 0, 01, 0, 0, 0, 0));
var dtpoletbl = DateDiff(t....
1
vote
1
answer
76
views
QGIS 3 incorrect rounding with QgsCoordinateFormatter.format()
I use QGIS 3.30.1 to format geographic coordinates.
At some precision values, the formatting result is not what I expected (it is wrong!).
Before writing a bug report, I would like to get a ...
1
vote
1
answer
164
views
Making new field with formatted values without leading zeros in QGIS
I have a field called "Kiinteistotunnus". The values are of the form 73499900010025. The values should be split into parts in style 734-999-0001-0025. But what should I do if I want ...
1
vote
1
answer
197
views
QGIS 3.16 print composer - possible to manually adjust placement of items in legend?
I am having an issue with legend formatting in QGIS 3.16 print composer. I have 3 columns in the legend, and a limited amount of vertical space in the layout in which to fit the legend. All of the ...
5
votes
1
answer
153
views
Issue formatting ASCII file
I am trying to open an ASCII file in QGIS but I am having some difficulties with the formatting.
I know the X and Y field names must be selected, but under 'sample data', the data appears under one ...
2
votes
2
answers
1k
views
How to export layer without losing formatting in QGIS
I'm having trouble exporting a layer to send to a colleague whilst maintaining the formatting. This is mainly an issue as the layer is made up of many polygons, which are all overlapping to create ...
3
votes
1
answer
553
views
Changing appearence of DateTime input in QGIS Processing tool to international datetime format
I am writing a processing tool for QGIS where I use a QgsProcessingParameterDateTime as input. By default it displays the input in a not understandable format (dd.MM.yy HH:mm). To keep this input ...