Questions tagged [layers]
A layer is a collection of information. It contains specific elements of a gis in a specific presentation method (e.g raster or vector layer). Layers can be edited separately in order to create individual topics for a map.
2,433 questions
1
vote
0
answers
41
views
Generating elevation profile from merged feature in QGIS
I am using QGIS 3.44.
I have two multilinestring features in two different layers, representing two segments of a hiking trip. I would like to create an elevation profile covering the entire trip. I ...
1
vote
0
answers
32
views
Storing metadata in PostgreSQL and loading it automatically when loading layer in QGIS
Same question as Storing metadata in PostgreSQL? but for QGIS.
How could we store metadata in PostgreSQL and load it automatically when loading a layer in QGIS?
Idea is then to push it back to QGIS ...
2
votes
1
answer
120
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 ...
0
votes
0
answers
48
views
After reopening the shapefile disappears in canvas although it exists in the QGIS Layer panel
Every time I create a shapefile in QGIS 3, when I reopen QGIS, I find the file in the Layers panel, but it does not appear on the canvas. I don't change anything in the file properties it is the same ...
2
votes
1
answer
122
views
Editing the same attribute for multiple selected features from different layers at the same time in QGIS
I have two (or more) features from different layers that share the attribute field "name". I’d like to select these features on the map (e.g. using the Multilayer Select plugin) and then ...
1
vote
2
answers
92
views
Automatically add observations of layers within a geopackage (made in QField) to already existing observations of the geopackage on QGIS desktop
I have
a main geopackage on QGIS Desktop (main.gpkg) with existing observation layers.
a QField geopackage (e.g. field_data.gpkg) that contains new features collected in the field using the same ...
0
votes
1
answer
64
views
Duplicating a layer to create a virtual field on it with PyQGIS
In a plugin I want to create a duplicate of the selected layer and add a virtual field including some symbology to it.
I've tried the following, and it appears to do the what I want (imitate the "...
1
vote
0
answers
32
views
Online layers (ArcGIS REST, WFS, WMS, WCS) keep showing as unavailable on reopening a QGIS project
I'm using QGIS 3.34.7-Prizren and have a multi-layered project I regularly use. It includes locally saved layers of various types and quite a few web provided layers such as ArcGIS REST, WFS, WMS, ...
1
vote
0
answers
74
views
Points of shp-layer not visible when added to QGIS Project [closed]
I've got a .dbf, a .shp and a shx. file of a point layer. The Points are set in the ETRS89/utm32 coordinate system. I've added the layer as shp layer in a project with the coordinate system WGS84 ...
3
votes
1
answer
357
views
Using Python Code as tool in QGIS
I have this little Python code. I want a button or at least a tool in the toolbox which I can click so the console does not have to be open all the time.
I unterstand that saving this code as .py and ...
3
votes
1
answer
139
views
Exporting Layer Load Time in QGIS
I am trying to log loading time of QGIS projects, especially the load times or layers and such. I have found this thread (Measuring loading time of each layer when opening a QGIS project), which ...
6
votes
1
answer
227
views
Setting minimum scale when rendering vector layer in
I have a vector layer consisting of points in QGIS. I want the layer to stop rendering when it reaches a minimum scale of 1:50,000, so that when I continue to zoom out beyond 1:50,000, the layer stays ...
0
votes
1
answer
76
views
Broken links when using "Save as" to new folder even though source data files haven't moved
I've created a detailed base map that I wish to copy for multiple projects but they are all linked to the same source data.
The idea is to do a "Save as" of the QGZ file to the new location ...
2
votes
1
answer
130
views
Using raster layers with constantly updating file names / paths
I am trying to set up a QGIS project for my worksite that uses raster layers based on continually updating orthomosaic images for various site areas, with these orthomosaic images following the naming ...
3
votes
1
answer
102
views
Finding closest location in the same district with condition in QGIS
I have three layers in QGIS: district (red outline), lots (in purple), and civic centers (in gold).
For each lot, I want to assign the nearest civic center that is in the same district. For example, ...