Hi list,<br><br>today I encountered a strange phenomenon. I tried to load a postgis-layer into projects of both versions (1.1.2, 1.9 build1245) which did not work.<br>In both versions the geometry column would not show up in the corresponding field although I registered the layer in the "geometry columns" table in postgis as usual.<br>
All other layers within my database work fine. <br>These are the columns of my layer:<br> pid integer,<br> highway text,<br> tracktype text,<br> label3 text,<br> belag numeric,<br> wegbreite numeric,<br> landnutz numeric,<br>
length double precision,<br> the_geom geometry,<br> summe integer,<br> pid1 serial NOT NULL<br><br>Exporting the layer from postgis to shp and adding it to gvSIG works (so I obviously did not mess up the geometry type).<br>
Any ideas /hints?<br><br>Best,<br><br>Johannes<br>