Tile-based slippy map centred on the device's GPS position, rendered with Leaflet and OpenStreetMap tiles.
The blue dot tracks the device position. Follow mode keeps the map re-centred on every GPS update. Disable it to pan freely.
Z/X/Y. The formula: X = floor((lng+180)/360 × 2^Z), Y = floor((1 − ln(tan(lat)+sec(lat))/π) / 2 × 2^Z). Leaflet handles this automatically — this test verifies the tile load latency and cache behaviour under movement.
Shows the tile address for the current centre at each standard zoom level — useful for pre-caching a radius of tiles for offline play.