The source project of this merge request has been removed.
map-layer: Fix bug in tile grid update
The function to upgrade the tile grid conflated tile coordinates with its own internal grid coordinates. This sometimes caused tiles not to be updated when they should, and it caused very many unnecessary tile updates.
Fixes #14 (closed).