From 2fdcf5669fcef132e51122ebd513a2130e9b0206 Mon Sep 17 00:00:00 2001 From: Eshfield <30806939+eshfield@users.noreply.github.com> Date: Sun, 7 Jan 2024 09:09:44 +0300 Subject: [PATCH] Remove subdomains from OSM urlTemplate Subdomains usage is deprecated: https://github.com/openstreetmap/operations/issues/737 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1db4868..bf39623 100755 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ dependencies: ), children: [ TileLayer( - urlTemplate: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', - subdomains: const ['a', 'b', 'c'], + urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', ), MarkerClusterLayerWidget( options: MarkerClusterLayerOptions(