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
If CanvasFlowmapLayer.js's destinationFeature in line:186's property has flow value(population, migration etc.) , change g this._animateCanvasLineSymbol(ctx, symbol, screenOriginPoint, screenDestinationPoint) in line:642 to this._animateCanvasLineSymbol(ctx, symbol, screenOriginPoint, screenDestinationPoint, lineWidths[feature.properties.population) where lineWidths are given by some scaling rule according to population value and finally change _animateCanvasLineSymbol: function(ctx, symbolObject, screenOriginPoint, screenDestinationPoint, lineWidth) in line:693 and ctx.lineWidth = lineWidth in line:695.
Any idea?
Thanks for advance.
The text was updated successfully, but these errors were encountered: