update README, remove esri map provider

This commit is contained in:
stopflock
2025-10-05 12:44:46 -05:00
parent c4ec144f20
commit 5568173c6e
2 changed files with 4 additions and 13 deletions
-12
View File
@@ -154,18 +154,6 @@ class DefaultTileProviders {
),
],
),
TileProvider(
id: 'esri',
name: 'Esri',
tileTypes: [
TileType(
id: 'esri_satellite',
name: 'Satellite Imagery',
urlTemplate: 'https://services.arcgisonline.com/ArcGis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}.png',
attribution: '© Esri © Maxar',
),
],
),
TileProvider(
id: 'mapbox',
name: 'Mapbox',