You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Labelgun has the ability to set a label to be 'dragged' which in turn makes it's weight infinite and always shown in the collision calculations. An example in Leaflet or OpenLayers would be super!
Here's an example of how you might do it:
// The last argument is dragged which we set to truelabelEngine.ingestLabel(boundingBox,id,parseInt(Math.random()*(5-1)+1),// Weightlabel,"Test "+id,true);