You need to sign in before continuing.
transform_703.sql 152 Bytes
UPDATE public.e703_lotes_activos 
SET geom = ST_Transform(ST_SetSRID(geom, 32721), 4326) 
WHERE ST_SRID(geom) = 4326 AND ST_X(ST_Centroid(geom)) > 100;
GitLab Appliance - Powered by TurnKey Linux