forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
5e5528eb7d
13 changed files with 160 additions and 126 deletions
|
@ -8,7 +8,7 @@ import SimpleMetaTagger from "../../SimpleMetaTagger";
|
|||
|
||||
export default class SaveTileToLocalStorageActor {
|
||||
public static readonly storageKey: string = "cached-features";
|
||||
public static readonly formatVersion: string = "1"
|
||||
public static readonly formatVersion: string = "2"
|
||||
|
||||
constructor(source: FeatureSourceForLayer, tileIndex: number) {
|
||||
|
||||
|
@ -37,6 +37,5 @@ export default class SaveTileToLocalStorageActor {
|
|||
}catch(e){
|
||||
console.error("Could not mark tile ", key, "as visited")
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue