@av8orbynight wrote:
In my project I have a Diagram over a Leaflet map. I’m attempting to virtualize and following the instructions in https://gojs.net/latest/samples/virtualized.html but the ViewportBoundsChanged only seems to be fired at diagram initialization, and not when the map (and thus the diagram) is moved.
How can I implement virtualization functionality when on top of a map?
Thanks,
K
this.theDiagram.addDiagramListener("ViewportBoundsChanged", (e) => this.onViewportChanged(e));
Posts: 8
Participants: 2