From 5a2232b324f836f84816aded93c059e459e84ce8 Mon Sep 17 00:00:00 2001 From: Abhay Manoj Date: Fri, 5 Dec 2025 00:43:04 -0500 Subject: [PATCH] Refactor: The link is supposed to be /layers/tile-layer, but is instead, /usage/layers/tile-layer. This should not exist. --- lib/src/layer/tile_layer/tile_layer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/layer/tile_layer/tile_layer.dart b/lib/src/layer/tile_layer/tile_layer.dart index 8404ad964..c822f09fc 100644 --- a/lib/src/layer/tile_layer/tile_layer.dart +++ b/lib/src/layer/tile_layer/tile_layer.dart @@ -26,7 +26,7 @@ part 'wms_tile_layer_options.dart'; /// image bound to a specific geographical position. /// /// You should read up about the options by exploring each one, or visiting -/// https://docs.fleaflet.dev/usage/layers/tile-layer. Some are important to +/// https://docs.fleaflet.dev/layers/tile-layer. Some are important to /// avoid issues. @immutable class TileLayer extends StatefulWidget {