Tagged Questions
1
vote
0answers
52 views
Covering a Polygon with Minimum number of circles with fixed locations
In QGIS, I have a vector polygon of a fixed size and shape. I also have a set of circles of a fixed radius and fixed location, which cover part of the polygon. What I would like to do is remove as ...
6
votes
1answer
344 views
PostGIS query vs QGIS filter
I have a PostGIS dataset with around 3 million shapes. I only need to view about 1,500 of these shapes at any given time, but the shapes I need to see depends on which feature is selected in a ...
4
votes
2answers
701 views
Qgis is slow with complex 'postgis query' layer. How to speed up?
I have a postgis layer in Qgis that is a result of a complex query. Every screen update, Qgis runs the Query again and that's slow.
Any suggestion on how to speed up?
EDIT - Here is the query:
...