Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. - [Leaflet API Reference](http://leafletjs.com/reference.html#events) 지도 위치, 축척이 변경되었을 경우에 이벤트 처리 선 그리기 - http://www.walterzorn.de/en/jsgraphics/jsgraphics_e.htm 지도 이동시에 이벤트 받기 ``` mymap.on('move', function(e){ debugger; $('#move').text(e.toString()); }) ``` open/leaflet-event.txt Last modified: 2024/10/05 06:15by 127.0.0.1