shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
74 stars 19 forks source link

GUI: plot polygon overlays with fill colour #891

Open shawnlaffan opened 10 months ago

shawnlaffan commented 10 months ago

The polygon overlays currently use only the polygon outlines.

It would be useful to support plotting as polygons. In these cases they should be plotted below the grid cells as otherwise they will obscure the cells. The outline should be optional.

shawnlaffan commented 3 months ago

Current implementation does either the outlines over the grid cells, or the filled polygon below the grid cells.

Plotting both fill and outline is probably best done under #48