func_map.php에서 연관배열을 일반 배열로 착각한 버그 수정

func_map.php에서 result를 설정하지 않은 버그 수정

main.php에서 지도를 제대로 불러오도록 수정

map.js에서 국가가 재야인 경우 국가 tooltip을 띄우지 않도록 수정

b_CurrentCity.php의 도시 정보 값을 get으로도 받을 수 있도록 변경
This commit is contained in:
2018-02-02 00:55:02 +09:00
parent 0841950366
commit 438511972e
5 changed files with 56 additions and 31 deletions
+1 -9
View File
@@ -33,12 +33,4 @@ else{
$post['month'] = null;
}
//TODO: DB를 받아오는 함수를 부른다. 부르는 함수는 func.php 쪽에 있는 것이 좋을 듯. 받아오는 방식은 map.php 참고.
//TODO: 결과값을 반환한다. 반환하는 양식은 tmp_map/result.json 참고
$request = new MapRequest($post);
returnJson(getWorldMap($request));
returnJson(getWorldMap($post));