I changed the type to "character varying" and all is now working smoothly !
Cheers michael -----Original Message----- From: Mike Toews [mailto:[email protected]] Sent: Mittwoch, 03. März 2010 16:48 To: [email protected] Cc: [email protected] Subject: Re: [Qgis-user] symbology Unique Value from Postgis Table On 3 March 2010 00:36, Michael Diener <[email protected]> wrote: > Field data type is: character(33) It's a bug, I can reproduce it with QGIS 1.4. The problem is the data type "character(33)". Can you change your data type to "character varying(33)"? In pgAdminIII this is really simply to do. After this change, the styles should be applied to the map as well as the legend. I'm just going to test it with the latest trunk build, and I'll file a bug if I can reproduce the behaviour there as well. -Mike _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
