mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
removed unused variables and imports
This commit is contained in:
parent
426bde986a
commit
18d9541d9b
2 changed files with 3 additions and 7 deletions
|
|
@ -35,6 +35,9 @@ class CustomTileSource {
|
|||
val USGS_SAT: OnlineTileSourceBase = TileSourceFactory.USGS_SAT
|
||||
val DEFAULT_TILE_SOURCE: OnlineTileSourceBase = TileSourceFactory.DEFAULT_TILE_SOURCE
|
||||
|
||||
/**
|
||||
* The order in this list must match that in the arrays.xml under map_styles
|
||||
*/
|
||||
val mTileSources: List<ITileSource> =
|
||||
listOf(MAPNIK, USGS_TOPO, USGS_SAT, ESRI_IMAGERY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue