Luka S
Luka S
This has been requested before, but I'm struggling to understand how it would work when different tile layers and/or a tile layer and a feature layer are using different CRSs....
We have potential (currently internal) plans for a new `TileLayer` built from the ground up. We'll aim to incorporate this into that if it is created!
> I tried to run [the example app](https://github.com/JaffaKetchup/flutter_map_tile_caching/tree/main/example?rgh-link-date=2024-07-23T14%3A40%3A09Z), but it appears it does not support iOS or macOS? Had to run flutter create . to add required files. Then flutter...
I did create an issue report to Flutter for the path_provider plugin, but they immediately closed it: https://github.com/flutter/flutter/issues/151072 (https://github.com/flutter/flutter/issues/151072#issuecomment-2198808784). Looking at the implementation of their registration function: https://github.com/flutter/packages/blob/96f870ecbf3128ec702c98ff519afc76bfeadf17/packages/path_provider/path_provider_foundation/darwin/path_provider_foundation/Sources/path_provider_foundation/PathProviderPlugin.swift#L14-L23 ... they...
This issue has been confirmed to occur without path_provider involvement: https://pastebin.com/gcMkiGcM. It possibly looks a little different to the original log - but I would've thought it's the same issue,...
I believe this can be produced on an emulator using the FMTC app (according to the OP, but I never followed this up) - but I can't verify of course....
Hey, just wondering if there was any chance of a reproduction? I'm happy to provide any more information if I can!
It looks like the issue is indeed streaming. I've converted it to use `offset` and `limit` instead, as a chunked system, and it now appears to work. Here's the change...
I guess that might make sense, but then why wouldn't the issue occur on all platforms?
Hey @greenrobot-team, The change I made only stabilized one specific method. This isn't that method. It looks similar to the previous issue, possibly to do with streaming in an isolate...