json 기반 지도를 출력하도록 코드를 추가
This commit is contained in:
@@ -149,3 +149,12 @@ function commandButton() {
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
|
||||
function getMapHtml(){
|
||||
//NOTE: 필요한가?
|
||||
$templates = new League\Plates\Engine('templates');
|
||||
|
||||
return $templates->render('map');
|
||||
}
|
||||
Reference in New Issue
Block a user