Remove USGS tile types that only to go zoom 8

This commit is contained in:
stopflock
2025-10-05 15:25:14 -05:00
parent a08d61fb98
commit 731cdc4a4b

View File

@@ -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',