Ian

Results 342 comments of Ian

Actually, I'm guessing you're using a semi-transparent color...what's the performance like with a none transparent color, just for testing to see if thats the issue...

Apologies, had missed a couple of bits on the original issue...Best thing to do is produce a minimal example others can test with then I think.

If you are using the flutter_map Polygon layer, I think it uses path.addPolygon(offsets, true); I think whatever (just the styling would say filled).

Good find and thanks for the update. There's not a lot of info on the original Chrome problem reported which is a shame (wondering if there could have been some...

Out of interest, what format do articles need to be in, markdown for example ? Will they just be github pages iyswim.

Thanks for this! Good spot and surprised I missed this. I haven't got a lot of time for the next week, but I will try and sort this when I...

This may fix it for version 4 (readying for flutter_map v3), so I'll try and get this type of solution added there where I get chance. If you need a...

Thanks for this, it sounds good initially and preservePosition sounds fine. I had played with using keys last weekend hoping to simplify things, but kept hitting problems when integrating with...

Thanks for this, I think this looks good. I think there's a weird bug with web, where markers can vanish oddly (if they scroll the edge of the screen). However,...

lets say I've dragged a marker to position X and you want to move it programmatically to position Y or something (without dragging it?)