LeByHo / Intern

0 stars 0 forks source link

제발 도와주세요 help me please #1

Open jinsusong opened 6 years ago

jinsusong commented 6 years ago

SW 공부를 하고 있는데요 제가 한국석유공사 opinet 에서 api 를 받아오려고하는데 반경 내 주유소 api를 받으려면 좌표값을 보내야하는데 이 좌표값이 GIS_X_COOR 로 되어있어서 gis 좌표나 카텍 좌표로 변환을 시켜서 보내야하는데 지금 다음지도 라이브러리 사용하면 일반 경위도 좌표가 나옵니다 . 일반 경위도 좌표는 무슨 좌표체계인지?? 그리고 일반좌표를 GIS_X_COOR 나 카텍으로 변환하는 스프링이나 자바스크립트 코딩 좀 알려주세요 ..

jinsusong commented 6 years ago

I'm studying SW. I want to get an api from the Korea National Oil Corporation opinet. To receive the gas station api in the radius, you must send the coordinate value, which is in GIS X COOR and convert the coordinates to gis coordinates or catek coordinates. The following map libraries now provide general map degree coordinates. What coordinate system is general latitude coordinates? And please tell me the spring or JavaScript coding that converts general coordinates to GIS _ X_COOR OR CATEC.

jinsusong commented 6 years ago

str4 = "http://www.opinet.co.kr/api/aroundAll.do?code=F191170721&x=" + katec_pt.getX() + "&y=" + katec_pt.getY() + "&radius=1000&sort=1&prodcd=B027&out=json"; showDialog(1);

이 부분 관련된 코딩을 다 알고싶어요 부탁드릴게요