2
votes
0answers
57 views

Can you set a QGIS print composer to render the map as default?

I have set up a number of templates for the print composer in QGIS. In the Print Composer, there is the option to have the map image displayed in 3 ways: as a blank rectangle with no updates until ...
0
votes
1answer
73 views

Joining intersected polylines using rules based rendering [duplicate]

Possible Duplicate: Setting rendering order of line layers in QGIS I have trouble getting two intersecting polylines to look like they were joined at rendering. I am using rules based ...
6
votes
2answers
214 views

How Can I Make QGIS Stop Blinking Every Time I Pan?

The way QGIS draws the canvas when panning is quite annoying. If I pan the map even a little bit everything goes blank for a second or two before the layers are drawn. It looks like this happens only ...
0
votes
0answers
57 views

How to access the rules of QgsRuleBasedRendererV2 using python?

I can't get access to the rules of rule-based renderer, python says there's no attribute "rootRule", though documentation says it should be (http://www.qgis.org/api/classQgsRuleBasedRendererV2.html) ...
2
votes
1answer
157 views

Apply QGIS Style to osm-File like in Open Cycle Map, Landscape Base-Layer

I try to mimick a rendering style like in Open Cycle Map (landscape base layer) in QGIS. However, I'm not able to find certain elements (i.e., wood and rivers) that are used in Open Cycle Map but seem ...
3
votes
1answer
119 views

How to use scale -rule based renderer in QGIS?

I wish to render a shapefile of builindings such that at scales below 1:5000, they have a border, and above 1:5000, they do not have a border. For this, I went into layer properties, selected ...
1
vote
2answers
181 views

Need help getting started with QgsComposition

I am using QgsComposition for the first time, but I fail at the first step :-( mapRenderer = iface.mapCanvas().mapRenderer() line 31, in mapRenderer = iface.mapCanvas().mapRenderer() ...
2
votes
2answers
229 views

QGIS Newbie Rendering Time

I am new to QGIS and have just installed 1.8.0 on a Gateway laptop that is about 2 years old. It is running Windows 7, has an Intel Core i3 2.13 GHz processor, 4 GB of RAM. I've just brought in my ...
3
votes
1answer
693 views

How to filter features in a layer?

I am trying to display certain features in a shapefile-based layer using QGIS. I have found the subset function in the properties panel, which does exactly what i want, but is too tedious given that I ...
16
votes
3answers
2k views

Optimal video cards for GIS programs

I recently purchased a Dell XPS-8300 (i7-2600|16 GB DDR3 RAM|64-bit Windows7) which I intend to use primarily for GIS programs. I bought a refurbished model because it was much cheaper and because I ...
10
votes
2answers
2k views

Is there a way to render lines with a smooth (bezier) curves in QGIS?

I am moving from creating maps with Illustrator to making them with QGIS and actual data. One of the things I haven't been able to re-create in QGIS are the smooth curved lines I can get in ...
1
vote
2answers
295 views

Can you reorder a classified vector layer in QGis?

I have a GML file that I'm displaying in QGis - it contains a set of contours and they are written out in such a way that the lowest contour (largest polygon) is drawn last thus covering up all the ...