Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 136448

QGIS is a cross-platform GIS application licensed under the GNU General Public License.

2 votes

Setting one layer item visibility by another

Why not using the Virtual layer? As you already have some sql with filtering, make from it virtual layer. You can connect many layers in one and besides that, it will update automatically when you mak …
GSienko's user avatar
  • 1,101
1 vote

QGIS Layering DWG

Move your DWG drawing in correct location and import that dwg to QGIS in correct CRS Projection. …
GSienko's user avatar
  • 1,101
0 votes

Convert CSV with a column that has a collection of coordinates into a spatial file

The content of the column is not geometry in wkt format. The right example string is: POLYGON ((coordinates)). Depending on the size of the file, you can edit it manually, or use, for example, notepad …
GSienko's user avatar
  • 1,101
1 vote

Selecting features with field not contained in all records of another field using QGIS?

You don't mention the QGIS version, but I will assume the newest one. In QGIS 3.6 in Processing you will find Remove duplicates by attribute algorithm. Link to visual change log …
GSienko's user avatar
  • 1,101
4 votes

Creating forms in QGIS

In 3.8 is possible to make html form widget. Link to YouTube movie Basicly you can write fancy html page with animation and so on and add expression or data from layers. Big problem is lack of docu …
GSienko's user avatar
  • 1,101
2 votes

Can gradients be applied to lines in QGIS?

Using Geometry Generator in style, you can change line feature to be rendered as polygon. For example added as small buffer, and later on style that buffer as polygon, so add gradient to it.
GSienko's user avatar
  • 1,101
8 votes
Accepted

Auto-Styling QGIS vector layers symbology

You can try use Set style for vector layer algorythm. Adventage of that solution is that you can make it batch processing/save that to for later reuse.
GSienko's user avatar
  • 1,101
2 votes

Copy/pasting QGIS features between two layers with linestringZ() geometry gives linestring()

Both layers must be the same type. As you can see, one layer is MultiPoligon and second is MultiPoligonZ. I assume this may be the reason.
GSienko's user avatar
  • 1,101
0 votes

Losing raster values when exporting in QGIS

You lost your symbology because qgis save it as RGB values where they are set accordingly to your symbology in the Layer. And no other way is possible. …
GSienko's user avatar
  • 1,101
5 votes
Accepted

Adding coordinate constant to file in QGIS

You can find Translate algorythm in Processing. And I think is the best solution.
GSienko's user avatar
  • 1,101
4 votes

QGIS: How to shift a raster?

It is QGIS plugin. You must add raster to QGIS from this plugins toolbar to start working with it and even it's already georeferenced, you can make changes to it. Sample gif: …
GSienko's user avatar
  • 1,101
2 votes

Multi-thread processing in QGIS 3.8

As far as I know, QGIS is not multi-thread application in any algorythm. You can only set it in rendering. … You can find some thread in dev list about making qgis multi-thread, but I don't recall anything about it in changelog since version 3.0. …
GSienko's user avatar
  • 1,101
0 votes

QGIS Action on layer postselect object

Go to Display in properties windows. Change Display expression/name (mention in comment's) to desired value.
GSienko's user avatar
  • 1,101
1 vote

QGIS 3.10 and QEPANET

In the most of the cases, for me at least, is different layer type geometry. For example you marged some of the pipe and in result you make multiline geometry, but the layer you have is line geometry. …
GSienko's user avatar
  • 1,101
2 votes

How to delete multiple columns in the QGIS processing model?

You can use Refactor Fields, as part of your model.
GSienko's user avatar
  • 1,101

15 30 50 per page