Hi all.

SELECT round(ST_Perimeter(the_geom)::numeric,2)
FROM provincias
WHERE provincia = 'PI';

returns

368803

instead of

368803.16

So values seem always rounded to 0.

All the best.
--
http://www.faunalia.it/pc
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to