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
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);
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: