Convert ST_Centroid result to latitude, longitude

المشرف العام

Administrator
طاقم الإدارة
I'm trying to get the centroid of a feature in PostGIS using query:

SELECT ST_AsText(ST_Centroid(geom)) FROM osm.desaindonesia WHERE desa LIKE 'Paya Bumbung';and I get this as the result:

POINT(10888952.4458639 259819.000559766)What format is this? How can I convert it to latitude,longitude?



أكثر...
 
أعلى