<HTML dir=ltr><HEAD><TITLE>[Gvsig_italian] connessione wms - postgis</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.5730.13" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText90672 dir=ltr>
<DIV dir=ltr><FONT face="Times New Roman" color=#000000 size=3>Ciao, Luca</FONT></DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Per quanto riguarda il problema con PostGIS, forse il problema è che non hai inserito i registri adeguati nella tabella geometry_columns, in cui si tengono i metadati relativi ai campi geometrici. Ecco un paio di esempi:</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>INSERT INTO geometry_columns<BR>          (f_table_catalog, f_table_schema, f_table_name,<BR>           f_geometry_column, geometry_type, srid)<BR>   VALUES ("mydatabase",         -- database name<BR>           "ralph",              -- user name<BR>           "sensitive_areas",    -- table name<BR>           "zone",               -- spatial column name<BR>            5,                   -- column type (5 = polygon)<BR>            5);                  -- srid</DIV>
<DIV dir=ltr><BR>INSERT INTO geometry_columns<BR>          (f_table_catalog, f_table_schema, f_table_name,<BR>           f_geometry_column, geometry_type, srid)<BR>   VALUES ("mydatabase",         -- database name<BR>           "ralph",              -- user name<BR>           "hazardous_sites",    -- table name<BR>           "location",           -- spatial column name<BR>            1,                   -- column type (1 = point)<BR>            5);                  -- srid</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Forse Qgis non ha bisogno di questi registri, ma gvSIG funziona altrove (e credo sia il modo standard di funzionarequando si lavora con una base dati PostGIS.)</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Il server WMS che stai usando ha una URL pubblica che possiamo testare? Puoi inviarci il file di log?</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>C:\Documents and settings\<user>\gvSIG\gvSIG.log</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Ciao,</DIV>
<DIV dir=ltr><FONT face="Times New Roman" color=#000000 size=3></FONT> </DIV></DIV>
<DIV id=idSignature6086 dir=ltr>
<DIV>Juan Lucas Domínguez Rubio<BR>Prodevelop SL, Valencia (España)<BR>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR><A href="http://www.prodevelop.es/">http://www.prodevelop.es</A></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> gvsig_italian-bounces@lists.gvsig.org en nombre de Luca Delucchi<BR><B>Enviado el:</B> mar 03/06/2008 11:16<BR><B>Para:</B> gvsig_italian@lists.gvsig.org<BR><B>Asunto:</B> [Gvsig_italian] connessione wms - postgis<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Ciao a tutti ho delle difficoltà a collegarmi con alcuni wms, l'errore è<BR>questo[1], cercando su internet ho capito che l'errore sta nel disegnare<BR>la dimensione, ma non ho capito se è stato risolto o no, avete qualche<BR>novità al riguardo?<BR><BR>[1]<BR>[ FLyrWMS.drawFixedSize() ] Failed in trying 1/5)<BR>[ FLyrWMS.drawFixedSize() ] Failed in trying 2/5)<BR>[ FLyrWMS.drawFixedSize() ] Failed in trying 3/5)<BR>[ FLyrWMS.drawFixedSize() ] Failed in trying 4/5)<BR><BR>seconda cosa non riesco a caricare delle viste di postgresql/postgis che<BR>in qgis mi fa caricare benissimo, il problema è che non mi fa scegliere<BR>il campo geometrico.<BR><BR>grazie e ciao<BR>Luca<BR><BR>_______________________________________________<BR>Gvsig_italian mailing list<BR>Gvsig_italian@lists.gvsig.org<BR><A href="https://gvsig.org/lists/mailman/listinfo/gvsig_italian">https://gvsig.org/lists/mailman/listinfo/gvsig_italian</A><BR></FONT></P></DIV></BODY></HTML>