From 731cdc4a4b4eaf8681c7d8c55b2d8a0d193a9e80 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sun, 5 Oct 2025 15:25:14 -0500 Subject: [PATCH] Remove USGS tile types that only to go zoom 8 --- lib/models/tile_provider.dart | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/lib/models/tile_provider.dart b/lib/models/tile_provider.dart index 7a8df50..c772512 100644 --- a/lib/models/tile_provider.dart +++ b/lib/models/tile_provider.dart @@ -179,33 +179,6 @@ class DefaultTileProviders { ), ], ), - TileProvider( - id: 'usgs', - name: 'USGS', - tileTypes: [ - TileType( - id: 'usgs_imagery_only', - name: 'Imagery Only', - urlTemplate: 'https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z}/{y}/{x}', - attribution: 'USGS The National Map', - maxZoom: 23, - ), - TileType( - id: 'usgs_imagery_topo', - name: 'Imagery Topo', - urlTemplate: 'https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}', - attribution: 'USGS The National Map', - maxZoom: 23, - ), - TileType( - id: 'usgs_topo', - name: 'USGS Topo', - urlTemplate: 'https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/tile/{z}/{y}/{x}', - attribution: 'USGS The National Map', - maxZoom: 23, - ), - ], - ), TileProvider( id: 'opentopomap_memomaps', name: 'OpenTopoMap/Memomaps',