# Map Nav

> Pan and zoom the map to locations, markers, or coordinates

- Skill: `nimbusxr/map-nav` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add nimbusxr/map-nav`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nimbusxr/map-nav/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nimbusxr (https://skillmd.com/u/nimbusxr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nimbusxr/map-nav

---


# Map Navigation

Pan and zoom the ATAK map.

- To pan to the operator's position: call `get_self_position`, then `focus_map` with the result.
- To pan to a marker: call `find_items` to search, then `focus_map` with the item's coordinates.
- To zoom: call `zoom_map` with a scale value (smaller = more zoomed in). Defaults to street level if no scale is provided.

