Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Viewport Bounds when over Map

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles