Skip to content

map-layer: Fix bug in tile grid update

James Westman requested to merge (removed):fix-14 into master

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).

Merge request reports