cusstom providers settings

This commit is contained in:
stopflock
2025-08-24 14:18:04 -05:00
parent 2d615128aa
commit 813f4f69ea
6 changed files with 560 additions and 64 deletions
-9
View File
@@ -212,12 +212,3 @@ class DefaultTileProviders {
}
}
/// Legacy enum for backward compatibility during transition
/// TODO: Remove once all references are updated
@Deprecated('Use TileProvider and TileType instead')
enum TileProviderType {
osmStreet,
googleHybrid,
arcgisSatellite,
mapboxSatellite,
}