forked from MapComplete/MapComplete
Feature(offline): switch to / based
This commit is contained in:
parent
85205d883d
commit
edbcde3716
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue