Questions tagged [style]
An organized collection of predefined colors, symbols, properties of symbols, and map elements.
1,363 questions
1 vote
0 answers
22 views
Z-Order by Rule Order
Is there a way to force GeoServer to draw in the same order that FeatureTypeStyle Rule's are declared? Geoserver arbitrarily draws features, and that order can change depending on zoom level (see ...
0 votes
1 answer
20 views
Uploading style (SLD) to GeoServer using REST API not working - for empty workspaces
I am trying to upload a layer using the GeoServer (2.28) REST API using the Importer extension in python. I ak not not what I am doing wrong.If I use the PUT method when the sld does not exists in an ...
2 votes
1 answer
113 views
Keeping layer styling when making permanent in QGIS
I'm constantly exporting raster and vector data to make it permanent. I think it would be useful to have a checkbox when exporting to keep/transfer the current layer's styling to the permanent data ...
5 votes
2 answers
336 views
What fonts were used to create the USGS 24k topo quad maps?
I need to determine which fonts the USGS used when creating the 1:24k topo quad maps. My search has found the fonts used in the map collars here: https://pubs.usgs.gov/tm/tm11b2/downloads/tm11b2-...
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 ...
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&...
4 votes
1 answer
236 views
Creating curved dashed arrow in QGIS
I want to create a curved dashed arrow to differentiate between different types of movement flows on my map in QGIS. I've been using the arrow symbology with curved arrow ticked to meet my needs, but ...
0 votes
0 answers
66 views
QGIS layer style not displaying correctly when exporting layout to PDF
I have a QGIS layout that responds to style etc updates from the main map as expected and the layout lloks as it should. When exporting to PDF one of the layer styles is not displaying in the PDF ...
1 vote
1 answer
78 views
Saving manually positioned labels to map theme using QGIS
I generally need to have multiple layouts exporting from my QGIS project each with its own layer visibility and symbology options that can be easily tweaked without messing up other layouts. Using ...
2 votes
1 answer
128 views
Deleting empty categories from rule-based renderer with PyQGIS
I've created a layer style consisting of a rule-based renderer with multiple rules, each of them categorized into several categories. I load this style (qml) automatically to new layers that are added ...
6 votes
1 answer
185 views
Styling lines layer if it intersects polygon layer in QGIS
I'm designing a berry farm, and have all of the polytunnels laid out on an 8.5x2.5 m grid. I'm interested in displaying the 8.5 m rows (black lines in the photos) only where they intersect the block ...
0 votes
2 answers
138 views
Polygon filling with lines in GeoServer with SLD file
I want to have a symbology where my polygon should be filled with lines (of different colors depending on the value of an attribute). I have use the "WellKnownName:Slash" but it did not work....
2 votes
1 answer
131 views
Exporting multiple layers with their styles to multiple KML files at once in QGIS
I want to export multiple Layers. Like a batch process. If you select one layer to export as KML, usually use "save vector layer as" File Name: Layer_name To get the result, I also set the ...
1 vote
2 answers
72 views
Are there PyQGIS classes for the Mesh data styling interface?
I am writing a Python script to process mesh data using PyQIS. I would like to specify the dataset, in groups, and change the color styling. This is easily done through the GUI interface, However, I ...
9 votes
3 answers
379 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 ...