실시간 맵은 캐싱하도록 처리

This commit is contained in:
2018-07-19 01:21:00 +09:00
parent 1d48e7c7ae
commit eb70e51ac1
7 changed files with 59 additions and 5 deletions
+3
View File
@@ -131,6 +131,8 @@ function starter($name, $type=0) {
<?=WebUtil::printJS('d_shared/base_map.js')?>
<?=WebUtil::printJS('js/map.js')?>
<script>
window.serverNick = '<?=DB::prefix()?>';
window.serverID = '<?=UniqueConst::$serverID?>';
$(function(){
var $target = $("form[name=form1] select[name=double]");
console.log($target);
@@ -138,6 +140,7 @@ $(function(){
isDetailMap:false,
clickableAll:true,
neutralView:true,
useCachedMap:true,
selectCallback:function(city){
$target.val(city.id);
return false;