mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
네이버 지도 컴포넌트 zoom 값은 0일 수 도 있다. (그래서 수정...)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d303c247c6
commit
818e151209
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
settype($y,"int");
|
||||
|
||||
$zoom = Context::get('zoom');
|
||||
if(!$zoom) $zoom = 3;
|
||||
if($zoom == '') $zoom = 3;
|
||||
settype($zoom,"int");
|
||||
|
||||
$marker = Context::get('marker');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue