Skip to content

Commit a304bfa

Browse files
feat: change label placement configuration, add new 'signed area centroid' algorithm, and use new polylabel implementation (fleaflet#2102)
Co-authored-by: JaffaKetchup <[email protected]>
1 parent 4739cc9 commit a304bfa

17 files changed

+882
-548
lines changed

example/lib/misc/tile_providers.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import 'package:http/retry.dart';
44

55
final httpClient = RetryClient(Client());
66

7+
// TODO: This causes unneccessary rebuilding
78
TileLayer get openStreetMapTileLayer => TileLayer(
89
urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
910
userAgentPackageName: 'dev.fleaflet.flutter_map.example',

0 commit comments

Comments
 (0)