A Garmin Connect IQ data field for Edge cycling computers that tracks "explorer tiles" — the OpenStreetMap-style zoom‑14 map tiles you ride through.
While recording an activity, the field shows a 5×5 grid of tiles centred on your current position:
- orange — tile never visited
- blue — tile visited on a previous ride
- bright blue — tile entered during the current ride
It also overlays your track and a heading arrow, and shows running counts of new tiles (all‑time) and tiles crossed this ride. You can pre‑load the tiles you've already ridden via a settings string (see below).
EveryTile + is a fork of EveryTile by
Tomasz Korzec, extended to support newer Edge devices and ongoing improvements.
Like the original, it is licensed under the GNU General Public License v3 —
see COPYING. Source for this build is published in this repository
to satisfy the GPL.
Edge 540, 550, 840, 850, 1040, 1050, Explore 2, and Edge MTB. (minApiLevel
4.0.0.)
Requires the Connect IQ SDK and a developer key.
monkeyc -d edge840 -f monkey.jungle -o bin/EveryTilePlus.prg -y /path/to/developer_key
monkeydo bin/EveryTilePlus.prg edge840 # run in the simulatorMost development is done with the VS Code Monkey C extension. Each device
maps to one hard‑coded screen layout via per‑product excludeAnnotations in
monkey.jungle, so rebuild every device after changing layout code.
- Home Latitude / Longitude — centre of the persistent tile map.
- Map string — an optional encoded string of tiles you've already visited, so your history shows up immediately.