Map Nav

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

nimbusxr 7ff0f76 3 files · 2.2 KB Updated

File contents

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.

nimbusxr/custos/tree/main/skills/custos.map_nav commit 7ff0f7668b

Frequently asked questions

npx skillmds@latest add nimbusxr/map-nav