forked from MapComplete/MapComplete
Rewordings on etymology theme, fix bug where data doesn't load
This commit is contained in:
parent
69254800bc
commit
c1d21fcbe5
6 changed files with 20 additions and 16 deletions
|
@ -19,7 +19,6 @@ export default class TileFreshnessCalculator {
|
|||
return;
|
||||
}
|
||||
this.freshnesses.set(tileId, freshness)
|
||||
|
||||
|
||||
// Do we have freshness for the neighbouring tiles? If so, we can mark the tile above as loaded too!
|
||||
let [z, x, y] = Tiles.tile_from_index(tileId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue