ccrook / QGIS-Contour-Plugin

Contour plugin for QGIS - uses python matplotlib to generate contours of data on vector point data.
43 stars 13 forks source link

Filled counters still have contour lines #11

Closed johnarleyburns closed 9 years ago

johnarleyburns commented 9 years ago

Hey guys, your plugin is great and I really like it. However I'm having one issue which is that even when I select "filled contours" when creating the contour layer, I still get all the contour lines along the boundaries just like when selecting "contour lines". This makes it hard to view the data.

ccrook commented 9 years ago

Hi John

Sorry - only just seen this issue. For some reason new issues don't come through to my email so I don't see them till I look at the issue. Filled contours are just polygons, but the symbology used to plot them can have boundaries. To get rid of the boundaries you need to change the symbology and set the boundary width to 0.

At the moment the contour plugin doesn't generate any symbology - it just uses the default for a new layer which includes boundaries. I'll think about generating a symbology for the filled contours - maybe with a user selected colour ramp...