google / ground-android

Ground mobile data collection app for Android
http://groundplatform.org
Apache License 2.0
230 stars 109 forks source link

[Offline map imagery] Make offline imagery source URLs fully configurable #1730

Open gino-m opened 11 months ago

gino-m commented 11 months ago

We currently only support COGs with low-res world.tif at zoom levels 1-7, and hi-res levels 8-14. These levels and URL subpaths are hard-coded in GoogleMapsFragment. Instead we should use a standard metadata format (STAC?) to specify bounds, zoom levels, and URLs of various tile sets.

sufyanAbbasi commented 3 months ago

See #2115, it's easier to structure the TIFFs by zoom level in Firebase Cloud Storage and query it to determine the available zoom levels.