We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2f8dc commit cb807f3Copy full SHA for cb807f3
1 file changed
src/index.js
@@ -565,8 +565,9 @@ ol.xml.parse = _ol_xml$parse;
565
566
567
// export ol/events/listenOnce
568
-import { listenOnce } from "ol/events";
+import { listenOnce, listen, unlisten } from 'ol/events';
569
ol.events.listenOnce = listenOnce;
570
+ol.events.listen = listen;
571
572
// custome ol mmethod
573
import { zoomByDelta as $ol$interaction$Interaction$zoomByDelta } from 'ol/interaction/Interaction';
@@ -645,7 +646,6 @@ ol.control.Zoom.prototype.zoomByDelta_ = function (delta) {
645
646
647
import TileQueue from "ol/TileQueue";
648
import TileState from "ol/TileState";
-import { listen, unlisten } from 'ol/events';
649
import EventType from "ol/events/EventType";
650
651
TileQueue.prototype.handleTileChange = function (event) {
0 commit comments