我正在使用 icingaweb2 nagvis 模块,它使用 Leaflet 来显示世界地图。大多数事情都有效,但是当我单击地图时,会显示以下错误:
Javascript error occured: Uncaught TypeError: Cannot read property 'call' of undefined h t t p : / / icingaweb2.server/nagvis/frontend/nagvis-js/js/ExtLeaflet.js?v=1.9b12 (5)
我正在使用Leaflet 1.0.3+ed36a04
Leaflet 版本。
检查 Chrome 中的错误:
VM184 ExtLeaflet.js?v=1.9b12:5 Uncaught TypeError: Cannot read property 'call' of undefined
at e.fire (VM184 ExtLeaflet.js?v=1.9b12:5)
at e._fireDOMEvent (VM184 ExtLeaflet.js?v=1.9b12:6)
at e._handleDOMEvent (VM184 ExtLeaflet.js?v=1.9b12:6)
at HTMLDivElement.h (VM184 ExtLeaflet.js?v=1.9b12:6)
有人可以帮我解决错误吗?