json 기반 지도를 출력하도록 코드를 추가

This commit is contained in:
2018-02-01 17:39:57 +09:00
parent 9005d5c8be
commit 2db446a06d
7 changed files with 1141 additions and 5 deletions
+9
View File
@@ -149,3 +149,12 @@ function commandButton() {
return $result;
}
function getMapHtml(){
//NOTE: 필요한가?
$templates = new League\Plates\Engine('templates');
return $templates->render('map');
}