From 7cb0a90164c830343193a0178e1ead31502131d5 Mon Sep 17 00:00:00 2001 From: gsherman Date: Fri, 13 Feb 2004 16:18:45 +0000 Subject: [PATCH] Added a couple of items to establish the format for the file git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@819 c8812cc2-4d05-0410-92ff-de0c093fc19c --- BUGS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 00000000000..0ff8b0fe674 --- /dev/null +++ b/BUGS @@ -0,0 +1,12 @@ +BUGS,v 1.1 2004/02/13 16:18:45 gsherman Exp +Known issues and bugs in this release (QGIS 0.1pre1 'Moroz') +RASTER: + +VECTOR: +1. OGR layers (for example shapefiles) do not reliably select or identify + features. Any feature that intersects the MBR (minimum bounding rectangle) + of the selection rectangle will be returned. This results in more features + being returned than desired. +2. Zooming in very close can result in a scrambled display. +3. Drawing polygons with patterns other than solid may leave "holes" where the + polygons are not properly rendered.