Questions tagged [style]
An organized collection of predefined colors, symbols, properties of symbols, and map elements.
1,365 questions
0
votes
0
answers
34
views
Using OpenMapTiles style for OSM shortbread vector tiles in QGIS
I would like to have offline alternative to OpenStreetmap raster tiles and solve printing issues with QGIS (tiled layer DPI vs. exported map DPI - e.g small labels etc.).
OSM vector tiles look great - ...
2
votes
1
answer
107
views
Looping through fields to export map in QGIS Model builder
I have a shapefile with multiple fields (columns). I am trying to make a model in Model Designer which will:
Open the shapefile
Select a field
Use a pre-defined layer style (classification categories,...
0
votes
0
answers
28
views
Generate random color styling for many shapefiles using GeoServer
I'm uploading a huge number of shapefiles into my GeoServer, around 150 of them.
The issue is that their style is set to a grey fill by default and I wanted these shapefiles to be random colored, just ...
1
vote
0
answers
42
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
44
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
151
views
Keeping layer styling when making permanent in QGIS [closed]
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
406
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
52
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
74
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
264
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
100
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
91
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
139
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
199
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
210
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....