Jacob Wasilkowski

Results 38 comments of Jacob Wasilkowski

The idea of an interceptor came to my mind from other experience with the [ArcGIS API for JavaScript](https://js.arcgis.com/) and I believe several other 3rd-party request JS libraries also have such...

Hi all, I could not reproduce this issue on an iPhone 11 iOS 15 Safari. Is this only happening on iPads?

@osper66 if you're looking for ideas on how to do this in the LeafletJS version of this library, check out the suggestion to your question over there: https://github.com/jwasilgeo/Leaflet.Canvas-Flowmap-Layer/issues/23#issuecomment-774118579 For this...

Hi @geomatupen this layer doesn't support that right now. We use canvas path drawing commands to manually draw the circles at the origin/destination points. You could set symbol colors that...

@osper66 is this what you are looking for? We have a demo that has different line widths (and colors) based on data attributes. https://jwasilgeo.github.io/Leaflet.Canvas-Flowmap-Layer/docs/class-breaks-symbology/ https://github.com/jwasilgeo/Leaflet.Canvas-Flowmap-Layer/blob/master/docs/class-breaks-symbology/index.html#L94-L137

Hey @Zahma sorry I didn't get to this before you closed it. Did you figure it out? You can certainly change the z-index for the 2 `` DOM elements that...

@tapiamcclung I think I follow, but can you please create a live, public sample (codepen, jsbin, etc.) to help me debug and get some ideas for what to recommend next?

Thank you for the codepen and for providing your additional notes. It goes a long way in helping me debug this. I believe the origin of this behaviour is the...

@Zahma neat idea. Specifically you mean [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster), right? As a first step in looking into this--in your own use of that plugin--did you try to see if it would support...

@Zahma I think I follow what you're saying above. "...then do some calculations to finally construct a featurecollection object that will be then served to CanvasFlowMap for display..." could totally...