GNU4 게시물 내용에 네이버 지도 api 연동하여 지도 표시하기
페이지 정보
작성자 IN-BEST 댓글 0건 조회 13,657회 작성일 12-11-13 23:40본문
-1) { // chunk data
$temp = "";
$offset = 0;
do {
$idx1 = strpos($mapbody, "\r\n", $offset);
$chunkLength = hexdec(substr($mapbody, $offset, $idx1 - $offset));
if ($chunkLength == 0) {
break;
} else {
$temp .= substr($mapbody, $idx1+2, $chunkLength);
$offset = $idx1 + $chunkLength + 4;
}
} while(true);
$mapbody = $temp;
}
//header("Content-Type: text/xml; charset=utf-8");
fclose ($fp);
}
// 여기까지 주소 검색 xml 파싱
// 여기부터 좌표값 변수에 등록
$map_x_point_1=explode("", $mapbody);
$map_x_point_2=explode(" ", $map_x_point_1[1]);
$map_x_point=$map_x_point_2[0];
$map_y_point_1=explode("", $mapbody);
$map_y_point_2=explode(" ", $map_y_point_1[1]);
$map_y_point=$map_y_point_2[0];
// 여기까지 좌표값 변수에 등록
echo "";
?>
![]() |
|||
![]() |
댓글목록
등록된 댓글이 없습니다.









