map.php를 모두 새 지도 형식으로 변경

This commit is contained in:
2018-02-02 22:41:41 +09:00
parent f435ce2d4c
commit 43836e9757
2 changed files with 73 additions and 61 deletions
+6 -1
View File
@@ -9,6 +9,11 @@ String.prototype.format = function() {
function reloadWorldMap(option){
var $world_map = $('.world_map');
if($world_map.length == 0){
return;
}
var defaultOption = {
isDetailMap:true, //복잡 지도, 단순 지도
@@ -35,7 +40,7 @@ function reloadWorldMap(option){
var cityPosition = getCityPosition();
//OBJ : startYear, year, month, cityList, nationList, spyList, shownByGeneralList, myCity
var $world_map = $('.world_map');
var deferred;