Feature(offline): switch to / based

This commit is contained in:
Pieter Vander Vennet 2025-09-26 02:49:32 +02:00
parent 85205d883d
commit edbcde3716

View file

@ -248,7 +248,7 @@ export class OfflineBasemapManager {
const y = tile.y >> zDiff
if (!this.isInstalled({ z, x, y })) {
yield <AreaDescription>{
name: `${z}-${x}-${y}.pmtiles`,
name: `${z}/${x}/${y}.pmtiles`,
minzoom: z,
maxzoom: OfflineBasemapManager.zoomelevels[z] ?? 15,
x,