Ian
Ian
Is there something specific you are trying to achieve with it ? I've tended to use them just for the overlapping parts eg https://svg.dabbles.info/snaptut-circlepath (press run). Also last answer at...
I have a feeling it's something like the following...don't beat me up if I'm wrong or it doesn't make sense though :D bez1 bezier of first path matching the intersect...
Sorry, yes, I see what you mean, I hadn't re-looked at the original post :). It does seem to work with certain values (I think)....which makes me scratch my head,...
Just out of interest, I dug out an old email I wrote to myself oddly from searching on snap intersection, I haven't gone throught it all.... I've posted the code...
What happens if you set the maxZoom to 20 as well (or try 19 out of interest as well) ?
I'm a bit out of touch on the recovering parent tile code etc, but I suspect this would be quite fiddly to resolve. Lets say you want zoom 30, but...
Hacky, but could you do something like the following before starting flutter_map to figure the max zoom from the given tiles.. pseudocode sub figureMaxZoomAvailable { for x 9..30 { ok,...
Hard to say from that. It looks a bit like you are using line editor, but its not refreshing or something. I think you'd need to post a minimal example...
Pull requests welcome!
Good spot, oddly I only tested bottom & right...so would this fix it for you...(there may be a method already existing somewhere that could be reused which would be preferable,...