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?
أكثر...
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?
أكثر...