Criei uma nova coluna e correu bem:

/ALTER TABLE query
 ADD COLUMN buffer 
 geometry(Polygon,4326,2); /

populei a nova coluna buffer:

/UPDATE query
SET buffer = ST_Buffer(ST_GeomFromText( 'POINT(' || coordlong_fimov || ' '
||coordlat_fimov || ')',4326), 20);/

O buffer foi criado mas ao visualizar no QGIS  fica algo enorme. 
Este são os pontos aos quais apliquei o buffer (para ficar com poligonos):
<http://osgeo-org.1560.x6.nabble.com/file/n5054706/pontos.png> 

Este é o resultado do buffer....
<http://osgeo-org.1560.x6.nabble.com/file/n5054706/buffer.png> 

já alterei os 20m para 2metros e o resultado é o mesmo
têm ideia de qual asneira que estarei a fazer?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Criar-geometrias-em-objectos-ja-existentes-tp5053943p5054706.html
Sent from the OSGeo Portuguese Local Chapter mailing list archive at Nabble.com.
_______________________________________________
Portugal mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/portugal

Responder a