We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
null
urlTemplate
TileLayer
1 parent 6d93e9d commit 0a08527Copy full SHA for 0a08527
lib/src/layer/tile_layer/tile_layer.dart
@@ -306,7 +306,7 @@ class TileLayer extends StatefulWidget {
306
}
307
if (kDebugMode &&
308
retinaMode == null &&
309
- wmsOptions == null &&
+ urlTemplate != null &&
310
urlTemplate!.contains('{r}')) {
311
Logger(printer: PrettyPrinter(methodCount: 0)).w(
312
'\x1B[1m\x1B[3mflutter_map\x1B[0m\nThe URL template includes a retina '
0 commit comments