Luka S
Luka S
Since v6 (#1629), the internal `ImageProvider` implementation provides a key (itself) and implements a valid (AFAIK) equality and hash code for the key (on itself), based on the URL. https://github.com/fleaflet/flutter_map/blob/74110db943005a5b28949212c9f81be50830f054/lib/src/layer/tile_layer/tile_provider/network_image_provider.dart#L110-L125...
I'm going to close this for now, as I believe we already do enough caching, and I don't want to add another layer without evidence that the current layer is...
Hey @geoextra, can you confirm if you mean the `{d}` placeholder instead? `{r}` is for retina mode. (If you want to use x512 tiles, you can set `tileSize: 512`, use...
I'm not sure why we accept decimals for the tile size, that really doesn't make sense. A less intrusive short term fix is to just assume the number is an...
Hi @tidu090, we can't promise any timelines (I'm particularly busy atm), but we'll see what we can do. It looks like you've got a formatting issue. Can you run the...
@tidu090 I've made some of the changes I suggested. Your new algorithm is in 'centroid.dart'. The changes have resolved a TODO, and made the label placement system much more extensible....
No need to make a new enum anymore, just need the multi-world implementation if possible. You can copy `CentroidCalculator` and call the new copy `MultiWorldCentroidCalculator`. Then change the implementation of...
(Reminder to self: this needs to be added to the CHANGELOG)
@fleaflet/maintainers I've also changed the polylabel implementation to my own new port (https://github.com/JaffaKetchup/dart_polylabel2). Its similar to the first, but fixes the licensing issue & performance issues (and doesn't rely on...
Also see fleaflet/flutter_map#2104 and its parent issue. Only constructive discussion is permitted. The last commit being only 2 months old is a good indication that this is not abandoned given...