3
PostGIS의 GEOGRAPHY 데이터 유형에서 Lon Lat 값 가져 오기
위도 값을 GEOGRAPHY 데이터 유형으로 저장 한 후 개별 위도 값을 어떻게 검색합니까? 시도 실패 : SELECT id, geog, ST_X(geog), ST_Y(geog) FROM locations; 오류: No function matches the given name and argument types. You might need to add explicit type casts.